Adding 3rd Party Jar Files in Android Applications

  1. Copy the jar file under the lib folder of your project [I used this approach successfully when i used the parse jar file, check my blog post on Android and Parse]
  2. Project -> Properties -> Java Build Path -> Add Jar -> Point To The Jar File in the Asset Folder

Leave a comment