Reputation: 1
how to add the External JAR file and .so File in the Android Sdk. Can you anyone please help for this.
Upvotes: 0
Views: 1019
Reputation: 780
Right click on project in eclipse go to build path to add external jar files.
Upvotes: 0
Reputation: 22066
For a JAR ::
right click on project >> Build path >> Configure Build path >> got to library tab >> add external JAR >> chose from particular location and >>> ok
Upvotes: 1