NoClassDefFoundError in Eclipse

Try this:

Go to Project/Properties/Java Build Path/Order and Export — Make sure there’s a check in front of Android Dependencies and the support library, if you use it.Mark all checkboxes and Click on Apply and clean the project.

Hope this helps.

Leave a Comment