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

FileNotFoundException (AndroidManifest.xml) #304

Open amoikevin opened 3 years ago

amoikevin commented 3 years ago

Describe the issue Execution failed for task ':**:processDebugManifest'.

java.io.FileNotFoundException: **\build\intermediates\library_manifest\debug\AndroidManifest.xml (系统找不到指定的路径。)

aar:conductor

Build Environment

JessHolle commented 3 years ago

Just ran into this as well -- and it is preventing me from upgrading AGP to 4.2.0.

gulo-gulo commented 3 years ago

https://github.com/kezong/fat-aar-android/pull/305

I created this, which I believe is all this needed to fix it but let's see what @kezong says, I could be missing something

kezong commented 3 years ago

305

I created this, which I believe is all this needed to fix it but let's see what @kezong says, I could be missing something

It's not a bug. I just haven't uploaded latest version to the maven central.

kezong commented 3 years ago

Version 1.3.6 is support AGP 4.2.0. Upgrade it.