如题。
由于在室内是用网络获取我的地址
locationManager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER);
但每次都报null
然后我又
while(location  == null){ 
locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 2000, 0, locationListener);
}  
这样。。但是还是不行。
报failed binder transtion....错误
求大侠给出方案。。