1. 程式人生 > >Android gradle plugin和 Gradle版本關係\Gradle version 1.10 is required. Current version is 2.0

Android gradle plugin和 Gradle版本關係\Gradle version 1.10 is required. Current version is 2.0

你也可以檢視我的其他同類文章,也會讓你有一定的收貨!

Android gradle plugin和 Gradle版本關係需要正確匹配,如果不正確,可能出現下面這個錯誤。

Android gradle plugin和 Gradle版本關係如下(持續更新):

Android Gradle Plugin Requires Gradle
1.0.0 - 1.1.3 2.2.1 - 2.3
1.2.0 - 1.3.1 2.2.1 - 2.9
1.5.0 2.2.1+
2.0.0-2.1.2 2.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

這裡寫圖片描述

關注我的公眾號,輕鬆瞭解和學習更多技術
這裡寫圖片描述

相關推薦

Android gradle plugin Gradle版本關係\Gradle version 1.10 is required. Current version is 2.0

你也可以檢視我的其他同類文章,也會讓你有一定的收貨! Android gradle plugin和 Gradle版本關係需要正確匹配,如果不正確,可能出現下面這個錯誤。 Android gradle plugin和 Gradle版本關係如下(持續更新):

Gradle Plugin Gradle版本的需求

GradlePlugin 和Gradle的版本的需求 例如這裡如果plugin是2.3.0的那麼Gradle 就至少是3.3的 Plugin version Required Gradle version 1.0.0 - 1.1.3 2.2.1 - 2.3

Android中DensityPixel的關係對介面顯示的影響

     眾所周知,Android中的Density為分四種,分別是120dpi,160dpi,240dpi,320dpi,對應工程中的資料夾分別為drawable-ldpi,drawable-mdpi,drawable-hdpi,drawable-xhdpi。同一張圖片的尺

android中dppx的關係

關於android的dp和px的關係是我剛開始學習android的第一個知識點,不知不覺學安卓也有一年了,但是偶然間我發現我理解的dp和px的關係一直是錯的,真的是有一點搞笑,今天特意寫一篇部落格紀念一下這個我理解錯一年的知識點。 dp和px之間又有一個dpi

Android Gradle外掛(plugin版本version)與Gradle、SDK Build Tools版本關係

具體關係如下圖: 比如,Android Studio 2.0釋出,其中有個新功能“Instant Run”,需要Android Gradle Plugin版本2.0.0以上,那麼我們專案的.gradle檔案就需要以下配置 buildscript { depe

Android Gradle Plugin指南(三)——依賴關系、android多項目配置

tool 全部 ocs 共享 項目路徑 多項目配置 path 用戶 so文件 原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Dependencies-Android-L

Android Gradle pluginGradle 版本對應問題

本文主要是引用google官方網站的內容,僅此做個記錄或者筆記,做個問題歸類! https://developer.android.google.cn/studio/releases/gradle-plugin.html# 在這邊文章中,寫了關於androi

Android GradleGradle外掛(Android Gradle plugin)區別

引言 什麼是Gradle?什麼是Gradle外掛(Android Gradle plugin)? build.gradle中依賴的classpath 'com.android.tools.build:gradle:2.1.2'和 gradle-wrapper.proper

Gradle for Android-建立taskplugin

迄今為止,我們已經為gradle build手動編輯了屬性和學習瞭如何執行task。本章節中,我們將會對這些屬性進行深度理解,並開始建立我們自己的task。一旦我們知道如何書寫自己的task,便可更進一步,瞭解如何製作我們自己的可以在幾個專案中重用的plugin

com.github.dcendents:android-maven-gradle-plugin:1.5版本對應

     Gradle Android Maven plugin Modification to the standard Maven plugin to be compatible with android-library projects (aar). Usa

Android系統版本、Platform版本、SDK版本gradle修改

wearable versions 應用 示例 tro tex ria col ide 雖然之前分析了gradle,但是在eclipse導入Android studio的時候,各個版本出現的問題還是很模糊,下面對各種版本進行一下說明: 參考資料: https://

Android studio The versions of the Android Gradle plugin and Gradle are not compatible.

錯誤: The versions of the Android Gradle plugin and Gradle are not compatible. 原因是:Android的Gealle外掛和Gradle的版本是不相容的。 需要修改工程裡的bulid.grade的 cla

Gradle自增版本號,開發版本——開發記錄

原因: 接手一個全新的專案,專案使用的技術點很新,熱修復,路由,開發語言kotlin,包括對gradle的使用,都是我之前很少接觸到的技術點。 參考: 參考:自增版本號,自動命名 記錄:自動命名 applicationVariants.all的使用。 你可以applicati

android 報錯 This Gradle plugin requires a newer IDE able to request IDE model level 3 錯誤解決方案

轉載自: https://blog.csdn.net/JtooZC/article/details/79422323   android studio  匯入專案時報錯 This Gradle plugin requires a newer IDE able

自定義 gradle plugin,教你如何 hook 系統 task 位元組碼

一、開源背景 大家在自己寫 library 的時候估計也遇到過這種困惑:一個 library 中的某個類中有些方法或類只想給該 library 中的類使用,並不想暴露出去,但是由於專案的包的層級關係,不得不把方法寫為 public ,導致暴露給了外界!!! 當時這個問題確實困惑了我一段時間,總不

Android studio學習gradle學習列表

主要將看到的好的文章整理下,供自己和其他初學者檢視。 快速掌握 Android Studio 中 Gradle 的使用方法 Android打包的那些事 Android Studio系列教程(也有其他教程,大神的部落格,嘿嘿) Android Studio各類所需東東

The SourceSet ‘instrumentTest’ is not recognized by the Android Gradle Plugin. AS升級問題

The SourceSet ‘instrumentTest’ is not recognized by the Android Gradle Plugin. Perhaps you misspelled something? 在android studio 升級3.2的過程中遇到這個

原 AS升級3.1 編譯報錯:The SourceSet 'instrumentTest' is not recognized by the Android Gradle Plugin.

AndroidStudio升級到3.1後編譯報錯:The SourceSet ‘instrumentTest’ is not recognized by the Android Gradle Plugin.專案中 gradle 配置sourceSets { main

Android studio的build.gradle的dependency的版本號後面的‘+’加號

如題,加號+的意思是保證依賴最新版本號的檔案,但是不建議使用+,最好使用確定的版本的依賴。 如果我不知道一個依賴包該用什麼具體版本,就可以使用加號+,代表使用最新的版本號。 為什麼我會用到這個‘+’? 升級Android studio到3.0.1後,在我的公司的電腦需要配置

gradlegradle wrapper關係,以及版本關係

轉自:http://www.devdiv.com/Android-gradle_gradle_wrapper_-thread-214388-1-1.html gradle-wrapper.properties是這樣的 distributionUrl=https\://se