简体   繁体   English

将Android项目转换为JAR文件

[英]Transforming Android project into JAR file

I have a Android project and this project uses one JAR file and have a library associated. 我有一个Android项目,该项目使用一个JAR文件,并具有一个关联的库。 So, my doubt is: If i export my android project into a JAR file, the JAR file get that two other "projects" (the JAR and the library associated)? 因此,我的疑问是:如果我将android项目导出到JAR文件中,那么JAR文件会得到另外两个“项目”(JAR和关联的库)吗? I really need to export my project, so please help me. 我确实需要导出我的项目,所以请帮助我。

I suppose you are building with Eclipse. 我想您正在使用Eclipse进行构建。 Make sure you check the libraries for Export in the Properties-Java Build Path-Order and Export. 确保在Properties-Java Build Path-Order and Export中检查要导出的库。 Eclipse does not add the libraries for export by default. Eclipse默认情况下不添加要导出的库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM