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
The library has android:allowBackup set to true. This can result in a conflict with projects that have this boolean set to false. For me this resulted in this error:
Error:Execution failed for task ':travelMainRoadmap:processDebugAndroidTestManifest'. java.lang.RuntimeException: Manifest merger failed : Attribute application@allowBackup value=(false) from [debug] AndroidManifest.xml:44:9-36 is also present at [me.everything:providers-android:1.0.1] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at manifestMerger2006669952521454684.xml:7:5-9:19 to override.
The text was updated successfully, but these errors were encountered:
The library has android:allowBackup set to true. This can result in a conflict with projects that have this boolean set to false. For me this resulted in this error:
Error:Execution failed for task ':travelMainRoadmap:processDebugAndroidTestManifest'. java.lang.RuntimeException: Manifest merger failed : Attribute application@allowBackup value=(false) from [debug] AndroidManifest.xml:44:9-36 is also present at [me.everything:providers-android:1.0.1] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at manifestMerger2006669952521454684.xml:7:5-9:19 to override.
The text was updated successfully, but these errors were encountered: