Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试访问 github 链接https://github.com/KingsMentor/MobileVisionBarcodeScanner 但我没有找到任何自述文件,请告知?
在您的 build.gradle(Project) 中,在您的依赖项末尾添加以下内容
maven { url "https://jitpack.io" }
在您的 build.gradle(app) 添加以下正确的版本号
compile 'com.github.KingsMentor:MobileVisionBarcodeScanner:2.0.0'
我看到你的 gradle 文件中有 1.3.0 版本,这可能是原因。