silvaren / easyrs

Convenience RenderScript tools for processing common Android formats such as Bitmap and NV21.
MIT License
155 stars 25 forks source link

Allowbackup issue #11

Open RowanG1 opened 5 years ago

RowanG1 commented 5 years ago

I am getting this issue: Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:25:9-36 is also present at [io.github.silvaren:easyrs:0.5.3] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:23:5-115:19 to override.

RowanG1 commented 5 years ago

I had to do this: tools:replace="android:allowBackup"