Reputation: 831
I want to add this library to my project but I am not sure how to. I have already searched for the answers online but most of them are for old versions and do not work. Can someone give me step by step instructions please?
Cheers
Upvotes: 0
Views: 82
Reputation: 66
The most easy way to do this is :
add the souce file into your project,you also must add jars in lib dirctory into build path,and files in res directory into your project.Another way to do this is :
Upvotes: 1
Reputation: 20139
Make a folder in your project calls libs (if there isnt one already). Place the library there. Then right click it and go to build->add to build path.
Upvotes: 2