首页 > 移动平台 > 详细

Android add external jar

时间:2015-04-09 15:05:08      阅读:204      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!