The android gradle plugin version 3.0.0-alpha1 is too old……的解決方法
Android Studio 報錯 The android gradle plugin version 3.0.0-alpha1 is too old, update to the latest version
最近把Android Studio 更新到 3.0 Canary版本後發現此錯誤,編譯專案時發現如上錯誤。出現該錯誤的原因是android gradle plugin 的版本過低,與當前專案設定的Gradle version 4.1不匹配,故只需修改Android Plugin Version即可:
在 File->Project Struct->Project 中修改Android Plugin Version 為 3.1.0-alpha01或更高版本:
或者修改專案 build.gradle檔案:
注意:
可能會出現下載失敗的情況,故加上maven { url 'https://maven.google.com' }。如果還出現以上錯誤,可以嘗試將版本改為3.+,點選“Sync
Project With Gradle Files”, 這樣將會自動下載最新的版本
相關推薦
優雅解決The android gradle plugin version 3.0.0-alpha1 is too old, update to the latest version
今日開啟編譯器準備碼一番的時候,編譯器就報以下錯誤。開發者應該知道,Android studio的編譯依賴於gradle,若你沒有設定離線模式的話,它會去連網檢測版本更新,有時會提示讓你更新gradle版本,今天倒好直接編譯失敗,以下是報錯內容和本機的plugin、gradle版本: 報錯如下 Error:(
18. 優雅解決The android gradle plugin version 3.0.0-alpha1 is too old, update to the latest version
問題: 今日開啟編譯器準備碼一番的時候,編譯器就報以下錯誤。開發者應該知道,android studio的編譯依賴於gradle,若你沒有設定離線模式的話,它會去連網檢測版本更新,有時會提示讓你更新gradle版本,今天倒好直接編譯失敗,以下是報錯內容和本機的
The android gradle plugin version 3.0.0-alpha1 is too old, please update to the latest version.
今日開啟編譯器準備碼一番的時候,編譯器就報以下錯誤。開發者應該知道,android studio的編譯依賴於gradle,若你沒有設定離線模式的話,它會去連網檢測版本更新,有時會提示讓你更新gradle版本,今天倒好直接編譯失敗,以下是報錯內容和本機的plugin、gra
The android gradle plugin version 3.0.0-alpha1 is too old……的解決方法
Android Studio 報錯 The android gradle plugin version 3.0.0-alpha1 is too old, update to the latest version 最近把Android Studio 更新到 3.0
android gradle plugin version 2.3.0-alpha1 is too old 解決辦法
please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to "a8faa180fc282060c9b8ec88f9bdcc9072121284" (ads
Android Studio --- android gradle plugin version 2.3.0-alpha1 is too old 解決辦法
過個週末,一來就遇到一個奇葩的問題,“Error:(1, 0) The android gradle plugin version 2.3.0-alpha1 is too old, please update to the latest version”,折騰老久,後來終
升級Android Gradle Plugin 至3.0.0後遇到的問題解決
新的外掛和最新的Butterknife外掛8.7+版本會衝突,編譯時會報錯 Error:Unable to find method 'com.android.build.gradle.api.Bas
原 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
minigui 3.2.0:對mgncs剪裁遇到的問題error: The pkg-config script could not be found or is too old.
考慮到嵌入式平臺的儲存和執行空間都有限,在向目標平臺移植時肯定要對minigui及其元件進行剪裁,刪除掉不需要的功能和特性,以縮小程式體積,對mgncs做剪裁時遇到了一個非常奇怪的問題,雖然解決了,但現在也沒找到根本原因: 根據configure --help的提示使用--enable-
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
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的過程中遇到這個
Android Studio新增AAR檔案報錯:the versions of the android gradle plugin and gradle are not compatible,plea
在專案新增AAR檔案報錯:Error:Execution failed for task ':app:prepareAlivcPlayerLibrary'. > Could not expand ZIP '/xxxx/app/libs/AlivcPlayer.a
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(AGP) 升級 3.0+ ,Gradle升級4.4+過程記錄
一.背景 作為GP開發者,緊跟Google的腳步,升級開發環境和編譯環境,不僅可以提升編譯效率,新工具,新特性也是開發者們所期待的,當然隨著工具的升級App的質量也會提升。所以,專案定期推進技術升級,顯得很有必要。 專案中原有的一些配置 Androi
This program requires version 3.5.0 of the Protocol Buffer runtime library
之前編譯一個github上的風格遷移的專案時遇到這個問題 This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.0.0.
【Android】AS報錯:Configuration on demand is not supported by the current version of the Android Gradle
轉載請註明出處,原文連結:https://blog.csdn.net/u013642500/article/details/80218299 【錯誤】 Configuration on demand is not supported by the current version o
The SDK platform-tools version (24.0.4) is too old to check APIs compiled with API 25
http://blog.csdn.net/janine_z/article/details/62237785 剛用 Android Studio 進行開發,感覺比別人慢半拍。開啟 AS 在包名的地方老是出現一條紅色的波浪線,執行過多次並不影響程式碼的正確性。 看著很不爽,
android-apt plugin is incompatible with future version of Android Gradle plugin. use 'annotationPro
Warning:android-apt plugin is incompatible with future version of Android Gradle plugin. Please use ‘annotationProcessor’ configur
Could not find com.android.tools.build:aapt2:3.2.0-4818971.
Could not find com.android.tools.build:aapt2:3.2.0-4818971. Searched in the following locations: file:/G:/workspace/android/adt-bun
Android Studio配置GreenDAO 3.2.0和使用方法
我相信,在平時的開發過程中,大家一定會或多或少地接觸到SQLite。然而在使用它時,我們往往需要做許多額外的工作,像編寫SQL語句與解析查詢結果等。所以,適用於Android ORM框架也就孕育而生了,現在市面上主流的框架有OrmLite、SugarORM、Active An