Android Library integration to Eclipse
Alright, this is probably a pretty dumb question but I'm not sure how to go about doing it.
I am trying to integrate the Android Billing Library from Github https://github.com/robotmedia/AndroidBillingLibrary
The onl开发者_Go百科y instructions in the readme are: Add this library to your project.
I have only ever integrated .jar files. This comes as a zip and when unzipped has a bunch of folders and classes located inside it.
How do I "Add this library" to my project?
It looks like download package available from your GitHub link contains the source code of several projects from Eclipse/ADT workspace. So, you can unzip the package and then just import those projects into your Eclipse workspace. After that you can add AndroidBillingLibrary project as dependency from your project properties / Java Build Path configuration panel.
精彩评论