wu9007 / qrcode_scanner

🛠 Flutter QR code scanner plugin.
MIT License
358 stars 185 forks source link

Remove ic_launcher icon from AndroidManifest #120

Open craigsailor opened 3 years ago

craigsailor commented 3 years ago

When trying to use qrscan, I get the following error:

Attribute application@icon value=(@mipmap/launcher_icon) from AndroidManifest.xml:11:6-42 is also present at [:qrscan] AndroidManifest.xml:22:9-43 value=(@mipmap/ic_launcher).

I don't know why this package is including the application@icon directive in the AndroidManifest, but could you please remove it.