android不知道为什么requestLocationUpdates不能在我的手机上运行

时间:2014-08-17 18:46:01

标签: android google-maps location

按照谷歌位置中的简单代码。我用:

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);

Sign app to use get SHA1 to register API key to run in mobile

在方法位置更改中,我使用Toast来显示消息。在genymotion中,它运行正常,但在我的手机中,requestLocationUpdates似乎没有运行。嗯,GPS,3G飙升。和地图显示,我认为问题不是由API_KEY,所以问题是什么? :((我重启手机,但没有改变)

0 个答案:

没有答案