In my Nativescript/Angular application I have an issue running on Android:
Attribute application@label value=(@string/clothes_app_name) from AndroidManifest.xml:11:159-195 is also present at [:barcodescanner-release-2.1.6:] AndroidManifest.xml:11:18-50 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:11:5-40:19 to override.
This is the string of my manifest file:
`
`
and as you can notice I can't use 'tools:replace="android:label", as suggested by debug, because I'm already using tools:replace="android:allowBackup"
In my Nativescript/Angular application I have an issue running on Android:
Attribute application@label value=(@string/clothes_app_name) from AndroidManifest.xml:11:159-195 is also present at [:barcodescanner-release-2.1.6:] AndroidManifest.xml:11:18-50 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:11:5-40:19 to override.
This is the string of my manifest file:
`