您的位置:首页 > 产品设计 > UI/UE

Android gradle plugin和 Gradle版本关系\Gradle version 1.10 is required. Current version is 2.0

2017-12-26 00:00 447 查看
转载请标明出处:http://blog.csdn.net/xx326664162/article/details/51087827 文章出自:薛瑄的博客

你也可以查看我的其他同类文章,也会让你有一定的收货!

Android gradle plugin和 Gradle版本关系需要正确匹配,如果不正确,可能出现下面这个错误。

Android gradle plugin和 Gradle版本关系如下(持续更新):

Android Gradle PluginRequires Gradle
1.0.0 - 1.1.32.2.1 - 2.3
1.2.0 - 1.3.12.2.1 - 2.9
1.5.02.2.1+
2.0.0-2.1.22.10 - 2.13
2.1.3+2.14.1+
2.3.0+3.3+

问题:

Gradle version 1.10 is required. Current version is 2.0

解决:

Android gradle plugin的版本需要和 Gradle的版本相匹配,具体对应版本查看:

Android Studio and the Android Gradle Plugin
Studio 1.* or 2.* works with Gradle Plugin 1., and 2.

Newer versions of the Gradle plugin may require newer versions of Studio to enable the new features in the IDE, but the project should open in older versions of Studio, and build from there (since Gradle does the build). We will be very careful about this.

We will determine later our compatibility story between Studio 2.x and Gradle Plugin 1.x and between Studio 1.x and Gradle Plugin 2.x

We will make every effort to keep compatibility where possible, and to provide good Quick Assist to help with migration where applicable.

Android gradle plugin的版本在这个路径中修改:app\build.gradle



Gradle的版本在这个路径中修改 :app\gradle\wrapper\gradle-wrapper.properties



参考:
http://ask.android-studio.org/?/question/311
https://developer.android.com/studio/releases/gradle-plugin.html#updating-gradle
http://tools.android.com/tech-docs/new-build-system/version-compatibility
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐