简体   繁体   English

可以将Library项目编译为外部JAR吗?

[英]Possible to compile Library project as external JAR?

More than 2 years ago, distinguished members of this community mentioned that in the future, it will be possible to export Android library project as external JAR. 两年多以前,该社区的尊贵成员提到,将来有可能将Android库项目导出为外部JAR。

Is it still not possible to do that or I missed the big news? 还是不可能做到这一点,还是我错过了重大新闻?

Is it still not possible to do that 还是不可能做到这一点

Correct. 正确。

The direction now is to generate an AAR file, used by the new Gradle-based build system. 现在的方向是生成供新的基于Gradle的构建系统使用的AAR文件。 The AAR file will contain compiled code, plus resources and other stuff . AAR文件将包含编译后的代码,以及资源和其他内容

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

相关问题 使用javadocs编译库项目以使用gradle进行jar - Compile library project with javadocs to jar with gradle 如何将Android库项目转换为外部JAR? - How to Convert an Android Library Project to an External JAR? 将Gradle库项目与另一个库项目作为外部依赖项进行编译 - Compile gradle library project with another library project as an external dependency 如何在库项目输出classes.jar中包含外部jar - How to include external jar in library project output classes.jar 是否可以将Xamarin项目编译为iOS和Android的库? - Is it possible to compile a Xamarin project as a library for iOS and Android? 如何将外部 jar 库文件添加到 Intellij Idea android 项目 - How to add external jar library file to Intellij Idea android project 添加外部jar和使用库项目有什么区别? - What is difference between adding external jar and using library project? 无法将外部.jar库导入到我在Eclipse上的Android项目中 - Can't import an external .jar library into my Android project on Eclipse 如何在Eclipse中的Android库项目中引用外部jar - How to reference an external jar in an Android Library project in Eclipse Android-如何将库项目转换为外部jar文件 - Android- how to Convert library project to external jar files
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM