Android mnifest file merging error tool:allowBackup=true -


i facing merging issue in android manifest file can tell me how can solve issue.

manifest code

<application  tools:replace="android:allowbackup=true" android:allowbackup="true"> 

error

/users/desktop/iosgit/app/src/main/androidmanifest.xml:27:5-46:19 error: tools:replace specified @ line:27 attribute android:allowbackup=true, no new value specified /users/desktop/iosgit/app/src/main/androidmanifest.xml error: validation failed, exiting 

<application     android:allowbackup="true"     tools:replace="android:allowbackup"/> 

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -