Importing JAR (JAudioTagger) in Eclipse Android

后端 未结 1 1230
执念已碎
执念已碎 2021-01-22 09:40

I\'m working on a program which loads the song data of a mp3 file. Im trying to import JAudioTagger to help load the song information. The JAudioTagger is a .jar file. I went in

1条回答
  •  一生所求
    2021-01-22 10:28

    1. Right click on your project.
    2. Select Build Path.
    3. Select Add External Archives.
    4. Select the jar-file.
    5. You can now use the classes from your library.

    0 讨论(0)
提交回复
热议问题