java.lang.RuntimeException: Unable to instantiate activity ComponentInfo/ ClassNotFoundException

前端 未结 10 2000
渐次进展
渐次进展 2020-12-15 23:21

I\'m develop android application and than i wanna additional new Activity i had error on my logcat

My LogCat:

04-19 12:59:17.654: D/AndroidRuntime(18         


        
10条回答
  •  自闭症患者
    2020-12-16 00:01

    I agree with what @codercat has advised you to do, but this error also comes when you are using v7 and also v13 in the same project structure for different functionalities. Therefore, i advice you to copy the v13 jar file into the libs folder (DO NOT import it as an external jar) and then check the android libraries and android dependencies. Refresh you project and then clean your project. I am sure the error you are facing will go away.

提交回复
热议问题