Reputation: 609
I want to use this github project in my existing android app. Could anyone elaborate how to do that ?
Upvotes: 0
Views: 268
Reputation: 115
Step 1 : Download Zip file
Step 2 : unzip Downloaded file
Step 3 : Open Eclipse New->Android Project->Android Project from existing source-> Browse downloaded project
Step : 4 Right click project folder Go Properties->Android-> and make this project as library
Step : in your project go properties-> android-> Add Library -> and select library project which you import
Step 5 : Now re-build your project
Now .You able to used all class as library in your existing project
For more information see How to include GitHub library to your existing Android project in eclipse thread
Upvotes: 2