GmailBackground icon indicating copy to clipboard operation
GmailBackground copied to clipboard

When android:allowBackup="false" in AndroidManifest.xml get build failed

Open lindevs opened this issue 8 years ago • 2 comments

Hi, in my app AndroidManifest.xml I specified android:allowBackup="false" but now gradle can't build, I get error:

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml
is also present at [com.github.yesidlazaro:GmailBackground:1.2.0] AndroidManifest.xml:15:9-35 value=(true).

Why you specify android:allowBackup="true" in your AndroidManifest.xml ?

lindevs avatar Jan 27 '17 17:01 lindevs

maybe i can remove it from my AndroidManifest.xml.

yesidlazaro avatar Jan 27 '17 20:01 yesidlazaro

It would be good.

lindevs avatar Jan 28 '17 13:01 lindevs