Android,引用其他库

时间:2014-04-20 20:14:04

标签: java android ant dependencies libraries

有没有办法,如何添加自定义库到Android应用程序。如果我将非安卓库添加到我的项目中它会抛出错误“只有Android项目可以添加为依赖项”,如果我将Android库引用到Java应用程序,它会抛出“此项目无法添加,因为它不会生成使用的JAR文件蚂蚁脚本。“关键是,我想将代码保存在一个地方(库)并重用它。

1 个答案:

答案 0 :(得分:0)

你最好的选择是:

1.Create a folder called libs in your project's 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, which will create a folder called 'Referenced Libraries' within your project