本人业余爱好
我用讯飞开放平台
离线语音合成 Android SDK 文档 | 讯飞开放平台文档中心
离线语音合成 我看文档File → new → import project →mscV5PlusDemo
出错后 改了一下 build.gradle
buildscript {
repositories {
google()
jcenter()
}
dependencies {
//版本号请根据自己的gradle插件版本号自行更改
// classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.6.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
然后一运行 有以下提示 :
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1s
16 actionable tasks: 14 executed, 2 up-to-date
没看懂怎么回事? 我试过 3_4_0 和 3_6_3 都不行,其他的版本我也不知道在哪看(帖子含有小数点发不了 )
还有他们的论坛发不了帖子呢?我用火狐和Google浏览器都不行