kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.13k stars 621 forks source link

assets和jni已经删除的内容还是会被打进aar之中,这问题该如何解决 #284

Closed zfl5232577 closed 3 years ago

zfl5232577 commented 3 years ago

Describe the issue A clear and detailed description of what the issue is.

Build Environment

zfl5232577 commented 3 years ago

问题解决了,注释调编译时缓存开关。

org.gradle.caching=true

android.enableBuildCache=true