trycatchx / RocketX

🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
861 stars 104 forks source link

Direct local .aar file dependencies are not supported when building an AAR #42

Closed WantGo closed 2 years ago

WantGo commented 2 years ago

现在发现了这个问题

trycatchx commented 2 years ago

@WantGo 请问能看出是哪一个 aar 吗?以及对应 flatDir 配置在哪里?

WantGo commented 2 years ago

是项目的一个SDK @trycatchx

WantGo commented 2 years ago

可以私信吗,这样沟通效率太低了 @trycatchx

chenfei0928 commented 2 years ago

你需要将所有的本地aar依赖(libs文件夹中的)都改为独立的一个module去依赖,一个module中一个aar文件