I am trying to use an external library: Musicg Library.
It is an android compatible library as they claim.
Now I followed all the instructions in this post to import the jar into the android project but it doesn't recognize the classes defined the jar file.
Also I tried to follow various other posts but most of the posts are referring to keep the jar in libs folder which I have done already.
Moreover I have checked that the class inside the jar is public.
Can somebody help me in solving this problem? Any help will be appreciated! :)
EDITI have already kept the .jar in the libs folder.And I couldn't resolve the problem.