我尝试转到github链接https://github.com/KingsMentor/MobileVisionBarcodeScanner 但是我没有找到任何自述文档,请提出建议?
答案 0 :(得分:0)
在您的build.gradle(Project)中,在依赖项的末尾添加以下内容
rule "buc1"
when
Item buc1_intrerupator changed
then
if (buc1_releu.state == ON) {
buc1_releu.sendCommand(OFF)
}
else if (buc1_releu.state == OFF) {
buc1_releu.sendCommand(ON)
}
end
在您的build.gradle(app)中添加正确的版本号
maven { url "https://jitpack.io" }
我发现您的gradle文件中有1.3.0版本,这可能是原因。