GPS已打开,但LocationManager返回null

时间:2010-02-05 07:25:07

标签: android

我的Android手机上的GPS已开启,支持以下事实:

location_manager.isProviderEnabled(LocationManager.GPS_PROVIDER)

返回true。

然而,以下一行:

 Location location = location_manager.getLastKnownLocation(LocationManager.GPS_PROVIDER) ;

返回null。

可能是什么原因?

感谢。

1 个答案:

答案 0 :(得分:3)

您应该requestLocationUpdates并等待第一个。