I know that we should put the .jar
library into the libs
folder in the project directory and after that everything automatically should work fine. It fix errors in my code and importing classes but it throws exceptions.
for example when I'm using jfeinstein10/SlidingMenu library, throws
java.lang.NoClassDefFoundError: com.slidingmenu.lib.R$styleable
as soon as encountering
SlidingMenu slidingMenu = new SlidingMenu();
at run time. Is there any problem with my library adding process?