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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -