EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

Execution failed for task ':app:processDebugManifest' #227

Closed panagulis72 closed 4 years ago

panagulis72 commented 4 years ago

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"
GBManish1 commented 3 years ago

I am getting same issue , how is it resolved?