user3264429
user3264429

Reputation: 1

NoClassDefFound Error in android after updating the SDK

I was using ADT with Eclipse 22.3 version where my code was working fine but as soon as I started using the latest version 22.6 (to implement few functions which could not be done in 22.3) i got this error. I tried out stuff like restart eclipse,clean project,build pathh also created libs folder and copied all jars in it.The class for which i am getting this error is a third party (AmazonS3Client).I have included all jars correctly checked them in referenced libraries.It was working well in earlier version but not here.please someone help

Upvotes: 0

Views: 44

Answers (2)

Spring Breaker
Spring Breaker

Reputation: 8251

Go to Project -> Properties -> Java Build Path -> Order & Export and ensure Android Private Libraries are checked for your project and for all other library projects you are using. Clean all projects and run it.

Upvotes: 1

Siddharth_Vyas
Siddharth_Vyas

Reputation: 10100

You need to go to Go to Project->Properties and make some changes as per the answer.

Check the answer here

Upvotes: 0

Related Questions