不在 app.build 里面添加 implementation project(':zxingall')行代码 可以正常运行,但是开启 后就报错 下方内容 Zxingall 的 build已经按照app.build 更改还是没有作用
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :zxingall.
Open File
Show Details
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve project :zxingall.
Open File
Show Details
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve project :zxingall.
Open File
Show Details
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve project :zxingall.
Open File
Show Details
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve project :zxingall.
Open File
Show Details
直接把zxing放到项目里面试试,如果还有问题,那就是你引入的东西有问题,如果么问题就是导入有错误,我一般省事直接拖进去
https://blog.csdn.net/yaomli/article/details/69384094?locationNum=9&fps=1
https://download.csdn.net/download/yegodyue/9562418