当前位置:   article > 正文

java.lang.runtimeexception_java.lang.runtimeexception: {"identity":"0","xerr"

java.lang.runtimeexception: {"identity":"0","xerr":2148916233,"message":
  1. 一般出现这个问题主要是没有在项目的androidManifest.xml里注册使用activity,主要就是这句: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.tomato/com.example.alarmtest.AppStart}: java.lang.ClassNotFoundException: com.example.alarmtest.AppStart 

  2. 2

    上面它已经就说,你没有实例化com.example.tomato/com.example.alarmtest.AppStart,tomato是项目名字,AppStart是没有实例化的activity。这就明白了,检查这下,注册

       <activity android:name="com.example.tomato.AppStart"/>。

  3. 3

    但有时你发觉你已经注册,这时你要仔细检查,看看是不是包名写错了,仔细排查错误。就能解决了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/213979
推荐阅读
相关标签
  

闽ICP备14008679号