Android Studio專案匯入之後出錯:Error:(1, 0) Plugin with id 'com.android.application' not found.
今天匯入Android Studio專案出錯了,第一次遇到,來記錄一下:
後來發現這個專案與之前寫的專案,少一個build.gradle(Project),我想問題應該就是出現在這裡,於是將build.gradle(Project)中的程式碼(如下)複製貼上到這個專案的build.gradle(app)中,問題就解決了。
buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' } } allprojects { repositories { jcenter() }
相關文章
- Plugin with id 'com.android.application' not found.PluginAndroidAPP
- 解決Android Studio每次匯入專案都會下載Gradle和Android Gradle plugin的問題AndroidGradlePlugin
- [轉]Android Studio匯入工程報錯 Error:Cause: peer not authenticated 解決方案AndroidError
- Android Studio 專案匯入的正確姿勢Android
- Android studio匯出apk檔案AndroidAPK
- android studio匯入專案--解決gradle-headache問題AndroidGradle
- 初次使用Android Studio 3.0匯入已有工程時,出現Failed to load Appcompat Actionbar with unknown errorAndroidAIAPPError
- Android Studio匯入原始碼Android原始碼
- springboot+vue前後端分離專案-專案搭建15-匯入匯出Spring BootVue後端
- Android Studio 匯入 AOSP 原始碼Android原始碼
- mysql匯入sql檔案報錯 ERROR 2013 2006 2002MySqlError
- Android Studio升級gradle版本之後編譯出現CreateProcess error=206異常解決AndroidGradle編譯Error
- Eclipse匯入專案後JSP頁面出現報紅EclipseJS
- Android專案匯入高德地圖Android地圖
- 【Android Studio】解決升級 macOS High Sierra 後 Android Studio 同步專案時 gradle 構AndroidMacGradle
- Android Studio打包專案:APKAndroidAPK
- vue2匯入專案遇到錯誤Vue
- android 打包出現錯誤Error: ResourceNameAndroidError
- [Docker核心之容器、資料庫檔案的匯入匯出、容器映象的匯入匯出]Docker資料庫
- 怎麼在Android專案中匯入ffmpeg庫?Android
- 【Android Studio】入門系列 3.建或匯入APPAndroidAPP
- Android Studio Run專案出現Failure [INSTALL_FAILED_TEST_ONLY]AndroidAI
- 用VS2015匯入工程時出現error MSB8020錯誤Error
- Visual Studio開啟專案時出現“this project is incompatible with the current version of visual studio”錯誤Project
- python匯入資料錯誤:ParserError: Error tokenizing data. C error: Expected 1 fields in line 3, saw 2PythonError
- java怎麼匯入專案?java已有專案如何匯入eclipse?JavaEclipse
- Android Studio報錯:ERROR: Failed to resolve: com.android.support:appcompat-v7:28.0.+AndroidErrorAIAPP
- (十一)Electron 匯入匯出檔案
- IDEA如何匯入專案,包括從git倉庫(github)匯入專案IdeaGithub
- VS匯出專案模板
- IDEA匯入Eclipse專案IdeaEclipse
- Pycharm匯入python專案PyCharmPython
- 【安裝Android Studio報錯之解決方案】Android
- 使用命令列建立Android Studio專案命令列Android
- Android Studio修改專案名和包名Android
- 初始配置:IntelliJ Android無法執行專案並報錯Error: Module not specifiedIntelliJAndroidError
- android studio Error:Unable to start the daemon process【轉】AndroidError
- ubuntu進行make時報錯error: Neither flex nor lex was found.UbuntuErrorFlex