码迷,mamicode.com
首页 > 移动开发 > 详细

Android add external jar

时间:2015-04-09 15:08:08      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

A Best way to add External Jars to your Anroid Project or any Java project is:

  1. Create a folder called ‘libs’ into you project root folder
  2. Copy your Jar files to the libs folder
  3. Now right click on the Jar file and then select 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 to other Computer, you will not miss your libraries which are being referenced to some space on your Hard drive.

Android add external jar

标签:

原文地址:http://www.cnblogs.com/haigui0207/p/4409559.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!