0

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! :)

EDIT

I have already kept the .jar in the libs folder.And I couldn't resolve the problem.

Community
  • 1
  • 1
sushant-hiray
  • 1,838
  • 2
  • 21
  • 28

1 Answers1

0

You need to put the .jar file in a libs/ folder at the root of your Android project (at the same level as your AndroidManifest.xml.

twaddington
  • 11,607
  • 5
  • 35
  • 46