Following is the snap shot of the eclipse's package explorer. I use the opencsv library for the app project. I added the jar to referenced libraries in main project. I define a class 'X' in main project that extends a class from the jar library project.
When I create an instance of class 'X' it gives
java.lang.NoClassDefFoundError
I tried to add the library in Properties>Android>Add... but since the opencsv is a java project and not android library project, it doesnt show up in the list to select.
Somehting missing?