标签: android jar
两年多以前,该社区的杰出成员提到,将来可以将Android库项目导出为外部JAR。
是不是仍然无法做到这一点,或者我错过了重大新闻?
答案 0 :(得分:1)
仍然无法做到这一点
正确。
现在的方向是生成一个AAR文件,由新的基于Gradle的构建系统使用。 AAR file will contain compiled code, plus resources and other stuff。