Sunday, April 29, 2012

Android - Adding External JARS in Your Project

A Best way to add External Jars to your Anroid Project or any Java project is:
  1. Create a folder call 'lib' into you project root folder
  2. Copy your Jar files to the lib folder
  3. Now right click on the Jar file and Build Path > Add to Build Path, this will create a folder called 'Refrenced Library' into you project, and your are done
By do doing like this, whenever you transfer you project, you will not miss you libraries which are being referenced to some space on your Hard drive.

No comments:

Post a Comment