I am trying to create a simple test app that basically extends the Android Hello World tutorial app by invoking some simple functionality from an external JAR. However, when
i. Generate Jar for your external Classes
ii. Copy to Libs folder of your Android Project
iii. Open Eclipse->Right Click on Jar->Add To Build Path.
iv. Clean Project and Run Application.
There's no need to build the external jar. Try removing it from your build path and follow these steps:
libs
.