Reputation: 1731
I am trying to create and use jar file in an Android project under Eclipse. I have tried various methods without any success. Here are the steps:
Can someone please let me know correct method to create and use an external jar file for the Android project under eclipse.
Upvotes: 0
Views: 2664
Reputation: 19826
This worked fine for me:
1)Place Jars in assets folder.
2)Right click on project name.
3)Select properties.
4)Select Java build path.
5) Select Libraries.
6) Click Add Jars.
Upvotes: 4