按照谷歌位置中的简单代码。我用:
gmap = ((SupportMapFragment) getSupportFragmentManager()
.findFragmentById(R.id.map)).getMap();
gmap.setMyLocationEnabled(true);
mLocationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
mLocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER,
3000, 0, this);
在方法位置更改中,我使用Toast来显示消息。在genymotion中,它运行正常,但在我的手机中,requestLocationUpdates似乎没有运行。嗯,GPS,3G飙升。和地图显示,我认为问题不是由API_KEY,所以问题是什么? :((我重启手机,但没有改变)