小编12b*_*o23的帖子

Gradle 同步失败:不支持的方法:SyncIssue.getMultiLineMessage()。(安卓工作室)

我正在尝试在需要 Gradle 1.10 的最新版本的 Android Studio 上构建这个旧应用程序。我不断收到同步错误(见下文)。

SYNC ERROR:
Gradle sync failed: Unsupported method: SyncIssue.getMultiLineMessage().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
Consult IDE log for more details (Help | Show Log) (8 s 599 ms)
Run Code Online (Sandbox Code Playgroud)

我的行中标有 *** 的版本/编号应该是什么。

buildscript {
    repositories {
        mavenCentral()
    }

    dependencies { …
Run Code Online (Sandbox Code Playgroud)

java android gradle android-studio android-gradle-plugin

17
推荐指数
1
解决办法
2万
查看次数