You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Thanks, that fixed the minimum reproducible example I provided, but we're still seeing the issue with our actual project. I'll have to do some more investigating. Our manifests are basically identical, as are our build.gradle files. Frustrating.
@Diarrhio yes it's frustrating. In the source code of android plugin, the handling of manifest merge part is such complicated.
You can post the full stacktrace of your project, to try the luck.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As mentioned in the other Issue, I'm having Manifest Merging issues, even on Android Gradle Plugin 2.2.3 and with build cache disabled.
I've attached a minimum reproducible example:
FatAarExample.zip
Here we have three Library projects (LibraryA, LibraryB, and LibraryC), and a fourth (FatLibrary) which tries to embed them.
Import this into Android Studio. Both Syncing and Building will fail with the given exception.
Please let me know if you have any questions.
The text was updated successfully, but these errors were encountered: