Class not found exception on android

巧了我就是萌 提交于 2019-12-01 10:34:21

I have also faced this problem.

so try this.

Right click on project -> goto properties -> Java buid path -> libraries -> remove all External Jars from here -> press OK

also remove all jars from libs folder

clean project -> restart eclipse.

Then again put all required jars in libs folder.

I have solved my problem by this

hope this will help you....

itechDroid

First create libs folder in your project and then add all jar file or library file used in project in libs folder and now run your project.

It will definitely run.

What worked for me was: I already had a libs folder in the same hierarchy as my src & res folders. The FlurryAgent.jar file was saved on my Desktop. I simply right clicked on the FlurryAgent file, copied it. Then I pasted the file into the libs folder in Eclipse. Eclipse automatically copied the FlurryAgent.jar file into the “Android Dependencies” folder also.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!