Thursday, December 20, 2012

Add External Jar files in Android application (noclassdeffound error)


It took some time to figure out, but here is the solution.

When working with Eclipse, if you want to include external jars into your package, just manually copy the jar files into your_project_name/libs/ folder.
Then refresh your project and just run your application.

Tadaa!