Android java.lang.RuntimeException: Unable to instantiate activity ComponentInfo

前端 未结 12 1681
太阳男子
太阳男子 2021-01-12 03:49

Ok guys this doesn\'t make sense to me at all and I don\'t understand why I am getting this error in my app. I have registered the activity class in the android manifrest xm

12条回答
  •  再見小時候
    2021-01-12 04:32

    You have put 3rd party library in library folder and reference them. Go to Properties/ Java Build Path/ Libraries/ Add External JARs.

    Check the Jar files in the Properties/ Java Build Path/ Order and Export

提交回复
热议问题