karanchuri / PermissionManager

This Library automatically search for permission in androidmanifests file and request for the same
MIT License
43 stars 14 forks source link

Execution failed for task ':app:processDebugManifest'. #8

Open dondeepak opened 5 years ago

dondeepak commented 5 years ago

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:27:9-36 is also present at [com.github.karanchuri:PermissionManager:0.1.0] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:25:5-49:19 to override.

how to solve this without adding tools:replace="android:allowBackup"