ClassNotFoundException is thrown by all Android projects that used some sort of library after ADT plugin Update [closed]

孤街醉人 提交于 2019-12-01 19:44:01

i have Solved this issue and i thought of sharing it with everyone.

I have noticed that there is a new Android Package named as Android Private Libraries and after hours of trying i found a way to fix this.

Right Click on your Project then

Goto Build Path-> Configure Build Path -> Order and Export

when you are there you should check the Android Private Libraries and then click OK button.

if you still face the problem delete all the files inside your bin folder and rebuilt you project.

Hope this helps others who are facing the same problem as me

Faced the same problem when i updated the adt try this

In Eclipse go to:

"Project" -> "Properties" -> "Java Build Properties"

On the "Order and Export" tab I checked "Android Private Libraries" on my project. I also did this for the library project it references. This fixed my class not found errors following upgrading to SDK 22.

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