Android app ClassNotFoundException for main activity

后端 未结 12 654
灰色年华
灰色年华 2020-12-06 10:07

Most of the devices can run my app but I got this error report :

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.company.app/com         


        
12条回答
  •  情歌与酒
    2020-12-06 10:23

    I made a copy/paste of the following folders to a new project, keeping the same package name, and solved it:

    • ../src/debug
    • ../src/main
    • ../src/release

    And finally I added the file dependencies build.gradle.

    GL

提交回复
热议问题