Android Studio: ClassNotFoundException

后端 未结 17 989
时光说笑
时光说笑 2021-01-11 13:23

i was busy with my app for over a week, when suddenly:

11-12 07:59:17.860    1653-1653/nl.test.myapp E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.Runtim         


        
17条回答
  •  温柔的废话
    2021-01-11 14:00

    In my case it was manifest declaration of android.app.Application in project and actual code in module.

提交回复
热议问题