android ClassNotFoundException: Didn't find class

前端 未结 3 1327
故里飘歌
故里飘歌 2021-02-19 20:54
    02-28 01:49:27.741: E/AndroidRuntime(23024): FATAL EXCEPTION: main
    02-28 01:49:27.741: E/AndroidRuntime(23024): java.lang.RuntimeException: Unable to instantiate         


        
3条回答
  •  感动是毒
    2021-02-19 21:35

    I have the same problem today,because my library include the android-support-v4.jar not matching with my demo. I deleted the library's android-support-v4.jar and copied my demo's jar putting it in my library and it started to work.

提交回复
热议问题