Go to cordova-plugin-qrscanner->plugin.xml
comment out or remove content of the section
<config-file target="AndroidManifest.xml" parent="/*">
in console run:
ionic cordova platform remove android
in console run:
ionic cordova platform add android
网友评论