问题
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