LocationManager是null怎么办

Android 码拜 9年前 (2016-05-23) 1064次浏览
今天学习安卓手机的GPS定位,然后发现这个位置管理器一直是null
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
if(locationManager == null){
show.setText(“locationManager 创建成功!”);
}else{
show.setText(“locationManager 创建失败!”);
}
本人测试的时候显示创建失败,问一下是什么原因。
解决方案

40

假如是创建失败,在你的程序中,实际应该算是成功吧!
if(locationManager == null)

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明LocationManager是null怎么办
喜欢 (0)
[1034331897@qq.com]
分享 (0)