Build a fat aar which will include other sub modules as jar/aar using Gradle

北慕城南 提交于 2019-12-12 13:40:21

问题


I have a top level android library module (containing res folder) dependent on other library sub modules(no res). I want to build a fat aar of the top level module which should include the jar of the sub modules as well as any other aar dependency which I mention in the build.gradle. Is this possible? how? I can give more info if needed.


回答1:


Check out the fat-aar.gradle script that does exactly this: https://github.com/adwiv/android-fat-aar



来源:https://stackoverflow.com/questions/37270905/build-a-fat-aar-which-will-include-other-sub-modules-as-jar-aar-using-gradle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!