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.
我尝试为条形码扫描仪功能添加依赖项“me.dm7.barcodescanner:zxing:1.9.8”。它填充图像中给出的 Gradle 错误
点击
发生这种情况是因为该库使用旧版本的com.android.support库。
com.android.support
尝试这样做:
implementation ("me.dm7.barcodescanner:zxing:1.9.8") { exclude group: "com.android.support" }