gowtham
gowtham

Reputation: 1

how to add JAR and .SO file in the Android Sdk

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

Answers (2)

sunriser
sunriser

Reputation: 780

Right click on project in eclipse go to build path to add external jar files.

Upvotes: 0

Nikunj Patel
Nikunj Patel

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

Related Questions