I import a .jar according to these steps:
- under folder libs into you project root folder, I Copy my Jar files in this folder
- and right click on the Jar file and then select Build Path > Add to Build Path.
The jar appears under Android dependencies.
But i have this error : java.lang.NoClassDefFoundError: mypackage.MyClass
Please help me. I do not know how to solve it.