Android Eclipse NoClassDefFoundError for external .jar files

You need to read this – Dealing with dependencies in Android projects.

This link is also useful – ClassDefNotFoundError with ADT 17

Basically, create a folder called libs and place all of your jar files inside. The recent update will automatically take care of the rest for you. You don’t need to edit your path anymore.

Leave a Comment