gpt4 book ai didi

android - Google Cloud Speech API protobuf 导致找不到 'debugAndroidTestCompile'

转载 作者:太空宇宙 更新时间:2023-11-03 11:36:25 27 4
gpt4 key购买 nike

我上个月在这个位置复制并编译了speech api的源代码https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/speech/Speech和作品。现在,当我重新访问它时,我遇到了一个Configuration with name 'debugAndroidTestCompile' not found.错误。

这是什么原因造成的?如果你问我怎么知道是那个,我做了排除法。我在 gradle 文件上一一删除并同步。当我删除 apply plugin: 'com.google.protobuf' 时,错误消失了。

最佳答案

protobuf 版本更新到 build.gradle 中的最新版本。目前是0.8.8,从GitHub仓库查看最新版本Protobuf Plugin for Gradle .

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
}
}

关于android - Google Cloud Speech API protobuf 导致找不到 'debugAndroidTestCompile',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49772940/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com