为了账号安全,请及时绑定邮箱和手机立即绑定

java.lang.RuntimeException

标签:
Android

刚在网上下载一个AndroidStudio,随便创建一个项目生成的Apk闪退;报以下错误:

 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{listview.chenmiaohui.com.mylistviewdemo/listview.chenmiaohui.com.mylistviewdemo.ListViewActivity}: java.lang.ClassNotFoundException: Didn't find class "listview.chenmiaohui.com.mylistviewdemo.ListViewActivity" on path: DexPathList[[zip file "/data/app/listview.chenmiaohui.com.mylistviewdemo-2/base.apk"],nativeLibraryDirectories=[/data/app/listview.chenmiaohui.com.mylistviewdemo-2/lib/arm64, /system/lib64, /vendor/lib64]]

                                                     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2721)

                                                     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2880)

                                                     at android.app.ActivityThread.-wrap12(ActivityThread.java)

                                                     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1617)

                                                     at android.os.Handler.dispatchMessage(Handler.java:102)

                                                     at android.os.Looper.loop(Looper.java:185)

                                                     at android.app.ActivityThread.main(ActivityThread.java:6493)

                                                     at java.lang.reflect.Method.invoke(Native Method)

                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:916)

                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:806)

                                                  Caused by: java.lang.ClassNotFoundException: Didn't find class "listview.chenmiaohui.com.mylistviewdemo.ListViewActivity" on path: DexPathList[[zip file "/data/app/listview.chenmiaohui.com.mylistviewdemo-2/base.apk"],nativeLibraryDirectories=[/data/app/listview.chenmiaohui.com.mylistviewdemo-2/lib/arm64, /system/lib64, /vendor/lib64]]

                                                     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)

                                                     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)

                                                     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)

                                                     at android.app.Instrumentation.newActivity(Instrumentation.java:1079)

                                                     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2711)

                                                     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2880)?

                                                     at android.app.ActivityThread.-wrap12(ActivityThread.java)?

                                                     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1617)?

                                                     at android.os.Handler.dispatchMessage(Handler.java:102)?

                                                     at android.os.Looper.loop(Looper.java:185)?

                                                     at android.app.ActivityThread.main(ActivityThread.java:6493)?

                                                     at java.lang.reflect.Method.invoke(Native Method)?

                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:916)?

                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:806)?

大致翻译了一下,也就是运行时无法实例化。找了一大圈子都是Eclipsec处理办法,最后看了好多搜了好多试了很多种办法都无法实质性的解决问题。最后直接搜"生成apk闪退"还真找到了大神们的解决办法:

1.主要还是把Android Studio的Instant Run关闭即可!

 File>settings>Build,Execution,Deployment>Instnt Run>Enable Instant Run to hot swap code点掉对勾保存

5b82d06b0001fe9e13630735.jpg5b82d06b00010b6013630735.jpg

原文链接:http://www.apkbus.com/blog-784586-76826.html

点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消