我正在尝试在需要 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)