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 was archived by the owner on Mar 6, 2024. It is now read-only.
When I change the sample project to use 2.3.0, and disable the build cache in gradle.properties, I get:
Error:Execution failed for task ':library:mergeDebugManifest'.
> com.android.manifmerger.ManifestMerger2$MergeFailureException: java.io.FileNotFoundException: ~/programming/fat-aar-plugin/example-android/library/build/intermediates/exploded-aar/example-android/aar-lib/unspecified/AndroidManifest.xml (No such file or directory)
This is the same error I see when I keep the build cache enabled. It seems that the setting did something, because the cleanBuildCache is no longer available, like the documentation says. It still has the build error though. Does 2.3.0 work on your computer with build cache disabled?
When I change the sample project to use 2.3.0, and disable the build cache in
gradle.properties, I get:This is the same error I see when I keep the build cache enabled. It seems that the setting did something, because the
cleanBuildCacheis no longer available, like the documentation says. It still has the build error though. Does2.3.0work on your computer with build cache disabled?