无法解析com.github.KingsMentor:MobileVisionBarcodeScanner:2.0.0

时间:2018-10-05 14:04:28

标签: android android-studio gradle android-gradle-2.0

screenshot

我尝试转到github链接https://github.com/KingsMentor/MobileVisionBarcodeScanner 但是我没有找到任何自述文档,请提出建议?

1 个答案:

答案 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版本,这可能是原因。