Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updating to Android SDK Tools R22

I updated the SDK Tools to R22 and the ADT Plugin as well. Everything worked well before the update but since then, I have problems.

Basically I have 2 library projects and an app project. One of my library projects contains some jar files in the "libs" folder. One of these jars is used in the app project itself for some initial setup. Before the update, everything worked fine, but now it asks me to add the jar to the build path and even if I do so, when running the app it still gives me ClassNotFoundException.

Did anyone had some similar experience or has any idea about what causes this and how can it be fixed?

Thanks.

like image 509
Levente Kürti Avatar asked May 16 '13 12:05

Levente Kürti


2 Answers

Check this Android Sdk tools Revision 22 issue?. "I found that I needed to check all of the boxes in the order/export tab of the Java Build Path for the project - and each library -- to properly compile and run the app on a device." - should helps.

like image 59
VShcryabets Avatar answered Oct 22 '22 07:10

VShcryabets


The workaround here worked for me

like image 33
zwebie Avatar answered Oct 22 '22 07:10

zwebie