是否可以請求位於與調用startService的線程不同的線程中的服務內的位置更新?位置服務器內部服務
我曾嘗試:
lm.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, locationListener);
它不斷給我的錯誤:
java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
可以在在一個單獨的線程,或做外景經理需要的服務中後臺管理程序運行從活動中調用?
'Looper.getMainLooper()'做到了;確保在線程中使用它 – msysmilu 2015-04-14 14:48:30