我正在试用Azure Cognitive Service Vision API
for android。我的gradle版本是3.1.2
。我添加了使用Vision API的依赖项:
dependencies {
...
implementation 'com.microsoft.projectoxford:vision:1.0.394'
}
当我尝试构建应用程序时,它会给我一个错误:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:transformDexWithInstantRunDependenciesApkForDebug'.
用谷歌搜索和一切但不能解决这个错误。