Android app ClassNotFoundException for main activity

后端 未结 12 649
灰色年华
灰色年华 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条回答
  •  萌比男神i
    2020-12-06 10:28

    Thanks to version control, I noticed that I didn't have these lines in my .classpath xml file:

    
    
    

    These caused Class-not-found for main activity.

提交回复
热议问题