This Gradle plugin requires a newer IDE able to request IDE model level 3
這個Gradle外掛需要一個更新的IDE來請求IDE模型級別3。對於Android Studio來說,這意味著版本3.0 +
當前的gradle外掛需要一個級別在3及以上的更新的IDE(即AndroidStudio)版本,也就是說當前版本的AndroidStudio不能滿足這個專案
的要求,需要更新AndroidStudio在3.0+。所以更新一下AndroidStudio的版本就行了。
如果不想升級只需要在專案的gradle.properties配置檔案中加入以下這句: android.injected.build.model.only.versioned = 3
大功告成,記錄一下這個細節
相關推薦
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
This Gradle plugin requires a newer IDE able to request IDE model level 3
這個Gradle外掛需要一個更新的IDE來請求IDE模型級別3。對於Android Studio來說,這意味著版本3.0 + 當前的gradle外掛需要一個級別在3及以上的更新的IDE(即AndroidStudio)版本,也就是說當前版本的AndroidStudio不能
VUE項目 - IE報vuex requires a Promise polyfill in this browser問題解決
string node 解決 span 題解 sta vuex key save 第一步: 安裝 babel-polyfill 。 babel-polyfill可以模擬ES6使用的環境,可以使用ES6的所有新方法 npm install --save babel-polyf
vue npm run unit Error: [vuex] vuex requires a Promise polyfill in this browser.
dex 解決方法 ror all vue con vuex pre mod PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR Error: [vuex] vuex requires a Promise polyfill in this bro
#error This file was generated by a newer version of protoc
[email protected]:/raid0/workspace/houjun/caffe-ssd$ sudo make all -j8PROTOC src/caffe/proto/caffe.protoCXX src/caffe/layers/softmax_loss_layer.cppCXX
Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a net
AndroidStudio 3.2.1 遇到下面這個錯誤 解決辦法: distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip https修改成http
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory
手動新增maven構件報錯 [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (C:\Windows\System32). Ple
Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a net
修改 gradle-wrapper.properties為檔案的,從其他工程複製一份就可以,一樣的專案自帶的就不可以,複製一份就可以,Mac版android Studio3.1版本下面這段用第五行的就報錯,用第六行就可以。兩行程式碼用肉眼看明明是一樣的呀。把其中任意一行程式碼
Gradle's dependency cache may be corrupt(this sometimes occurs after a network connection timeout.)
使用Android studio 3.0 Beta2 建立Kotlin專案時發生Gradle錯誤 一起提示連線超時,無法下載該Gradle版本,換成3.3版本也不行。 最後將Gradle版本改為了就正確了:https\://services.gradle.org/dis
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Android Studio 匯入專案的時候出現的問題,有時候,還真的是莫名其妙。 Error:Failed to open zip file. Gradle's dependency cache may be corrupt (this someti
npm ERR! enoent This is related to npm not being able to find a file.解決
一、問題描述執行sudo npm install color-name出現如下錯誤:npm ERR! path /root/blog/node_modules/color-namenpm ERR! code ENOENTnpm ERR! errno -2npm ERR! sy
maven報錯 the goal you specified requires a project to execute but there is no POM in this direct...
linux下的maven mvn install報以下錯誤 the goal you specified requires a project to execute but there is no POM in this directory(自己的路徑).Please ve
Gradle's dependency cache may be corrupt(this sometimes occurs after a network connection timeout)
今天天氣有點涼爽,緊張的工作時間,無言以對的工作進度,只能順勢而為。開啟電腦在瀏覽器中輸入http://www.jikedaohang.com/,切換到工具大全並點 AndroidStudio http://www.androiddevtools.cn/。點選Android
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory
問題 在安裝maven的時候,我在cmd裡面輸入mvn install的時候報錯: The goal you specified requires a project to execute but there is no POM in this directory (C
java.sql.SQLException: QueryRunner requires a DataSource to be invoked in this way, or a Connection
我在使用org.apache.commons.dbutils和c3p0操作資料庫時,報的錯,翻譯過來就是: QueryRunner需要以這種方式呼叫資料來源,或者需要傳遞連線 排查: 1、是否有資料來源,即是否正常載入c3p0-config.xml檔案。 2、資料
Android error:This template requires a build target API version of at least 14, and the current vers
This template requires a build target API version of at least 14, and the current version is 11 新建一個Android專案,到最後一步:Create Activity—Blan
瀏覽器報錯:vuex requires a Promise polyfill in this browser的解決
1.安裝 babel-polyfill 。 babel-polyfill可以模擬ES6使用的環境,可以使用ES6的所有新方法npm install --save babel-polyfill2.在webpack.config.js檔案中,使用module.exports =
vue.js之路(5)——解決vuex requires a Promise polyfill in this browser問題
造成這種現象的原因歸根究底就是瀏覽器對ES6中的promise無法支援,因此需要通過引入babel-polyfill來是我們的瀏覽器正常使用es6的功能 首先通過npm
vue專案在IE中顯示空白,報錯:vuex requires a Promise polyfill in this browser
問題描述vue專案在非IE核心的瀏覽器中顯示正常,在IE核心瀏覽器中報錯,並顯示空白。報錯如下:SCRIPT5022: [vuex] vuex requires a Promise polyfill in this browser.SCRIPT5009: “Promise”
解決The goal you specified requires a project to execute but there is no POM in this directory錯誤的一種方法!
在使用Jenkins自動構建Java專案時,出現以下的錯誤。錯誤日誌如下: + /opt/maven/apache-maven-3.5.4/bin/mvn clean package -U -e -B -Dmaven.test.skip=true [INFO] Error