摘要:
前景: 打包出现barcode-scanner的异常 随后删除 打包无异常,但是手机调用扫描插件出现plugin_not_installed异常 随后又加上面去除的插件 根据这边博客解决打包问题https://www.cnblogs.com/sugarwxx/p/16919021.html 随后删除 阅读全文
摘要:
异常: 解决方法: 找到路径下的文件node_modules\phonegap-plugin-barcodescanner\src\android 的barcodescanner.gradle 将依赖中compile方式引入改成implementation 如下: 改成 重新同步,打包 注:针对此类 阅读全文