【发布时间】:2014-01-11 23:32:34
【问题描述】:
所以我刚刚更新到 0.4.2,突然间我收到有关 Gradle 版本的错误。通过在“Gradle 设置”中选择“使用本地 gradle 分发”到错误要求的问题,我尝试了一些类似问题。到目前为止,这些是我收到的消息:
You are using Gradle version 1.6, which is not supported. Please use version 1.9.
Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)
You are using Gradle version 1.8, which is not supported. Please use version 1.9.
Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)
Gradle version 1.6 is required. Current version is 1.9.
Please fix the project's Gradle settings.
根据我切换到的版本,这些错误一直在交替出现,所以我不太确定问题出在哪里。另外,我确实从 gradle 网站下载了 1.8(-all) 版本,但我相信其他版本已经被 Android Studio 下载了。
【问题讨论】:
标签: gradle android-studio android-gradle-plugin