Hey I’m Having this problem in android project! I have read so many topics but none of them helps!
I’m so close to the ackward moment that you wanna kill yourself but you dont have the proper tool!
please somebody help
I am Using Eclipse
I have added the jar file in the libs forder.
I have added in the build path the jar from the lib folder.
I have done all of the things that has been mentioned!
But still When I’m using a class from jar file I get NoClassDefFounderError !
If you have anything please let me know that would be appreciated a lot .
Thanks in advance!
Check if the JVM version you are using is older than the java compiler version used to compile the class files in the jar file.