你的位置:首页 > 软件开发 > 操作系统 > System services not available to Activities before onCreate() you

System services not available to Activities before onCreate() you

发布时间:2015-07-19 13:00:05
System services not available to Activities before onCreate()在 MainActivity中定义如下变量并实例化导致。LocationManager mgr=(LocationManager)getSystemSer ...

System services not available to Activities before onCreate()

在 MainActivity中定义如下变量并实例化导致。

LocationManager mgr=(LocationManager)getSystemService(Context.LOCATION_SERVICE);

此服务需要激活系统服务。,

解决方法:把此类变量的实例化工作放到MainActivity的OnCreate函数里面。

 

07-19 04:09:45.499: E/AndroidRuntime(5394): FATAL EXCEPTION: main

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:System services not available to Activities before onCreate() you

关键词:ie

ie
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。