I have the following problem:
I have two projects: jre1.7 and android 2.1. I would like to first create a jar file and use it as a framework in a second project. I use eclipse and I did what I usually do when I add an external jar. (Right-click on the project - Build path - add external banks), and it seems that everything is in order, a folder with reference libraries appears and contains a jar.
But when I try to compile an Android project, it gives a NoClassDefFound Error. Am I doing something wrong?
source
share