【发布时间】:2019-06-09 08:07:14
【问题描述】:
您好,我正在制作一个使用 google 的 OCR API 从图像中提取文本的应用程序。我面临依赖问题的问题。我认为版本存在冲突,但我不明白如何解决。
我尝试在 SDK 管理器中更新 google 存储库,但问题仍未解决。
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.android.gms:play-services-vision:17.0.2'
}
【问题讨论】: