简体   繁体   English

如何在Eclipse应用程序buildpath中添加.apklib

[英]how to add .apklib in eclipse application buildpath

How to add .apklib as dependency into the build path in eclipse ?? 如何将.apklib作为依赖项添加到eclipse中的构建路径中? I have an app which is dependent on another library(of type apklib). 我有一个依赖于另一个库(apklib类型)的应用程序。 I want to build my app in eclipse but get compilation error for all the classes referred in dependent apklib library. 我想在eclipse中构建我的应用程序,但在相关apklib库中引用的所有类均出现编译错误。

The only thing that you have is the apklib? 您唯一拥有的是apklib? If yes, I advise you to use MAVEN, and put the apklib in a repository path (or certify that is already not exists). 如果是,我建议您使用MAVEN,并将apklib放在存储库路径中(或证明该路径不存在)。 If no, just add the source code of the another projet to yours. 如果否,只需将另一个项目的源代码添加到您的项目中。

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

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