Plugin with id 'com.android.application' not found.
需要在 build.gradle
檔案下面新增
apply plugin: 'com.android.application'
// 新增在第1行下面
buildscript{
repositories{
jcenter()
google()
}
dependencies{
classpath 'com.android.tools.build:gradle:3.3.0'
}
}
然後在Android Studio中,
File->Sync Project Gradle Files
相關文章
- Android Studio專案匯入之後出錯:Error:(1, 0) Plugin with id 'com.android.application' not found.AndroidErrorPluginAPP
- 排查qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.QTPluginPlatform
- InnoDB: No valid checkpoint found.
- A valid provisioning profile for this executable was not found.
- JQuery Plugin 2 - Passing Options into Your PluginjQueryPlugin
- Maven - No plugin found for prefix 'war' in the current project and in the plugin groupsMavenPluginProject
- 解決nltk_data LookupError: Resource punkt not found.Error
- org.apache.ibatis.binding.BindingException: Parameter 'xxx' not found.ApacheBATException
- No suitable application records were found. Verify your bundle ideUIAPPIDE
- Webpack的pluginWebPlugin
- 使用Maven打包你的應用——maven-jar-plugin & maven-assembly-plugin & maven-shade-pluginMavenJARPlugin
- PHP 5.4 編譯 configure: error: libXpm.(a|so) not found.PHP編譯Error
- Clang Plugin 之 DebugPlugin
- Gradle 自定義 pluginGradlePlugin
- Framework + plugin架構FrameworkPlugin架構
- phonegap-plugin-barcodescannerPlugin
- id
- SQLServer2012搭建AlwaysOn報錯:Certificate not found. State 89SQLServer
- 說說Loader和Plugin的區別?編寫Loader,Plugin的思路?Plugin
- Go 1.8 的 plugin 使用GoPlugin
- capt 與 Android Gradle PluginAPTAndroidGradlePlugin
- Webpack原理-編寫PluginWebPlugin
- IDEA Plugin 開發探索IdeaPlugin
- Flutter Plugin開發流程FlutterPlugin
- mybatis plugin原始碼解析MyBatisPlugin原始碼
- pycharm 裝 go-pluginPyCharmGoPlugin
- MySQL Rewriter Query Rewrite PluginMySqlPlugin
- Artifactory Terrafrom plugin來了!Plugin
- YYDS: Webpack Plugin開發WebPlugin
- Caused by: org.apache.ibatis.binding.BindingException: Parameter 'parameter' not found.解決ApacheBATException
- 解決Parameter '__frch_item_0' not found. Available parameters 問題AI
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- 錯誤 qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““ 的解決方法QTPluginPlatformWindows
- ubuntu進行make時報錯error: Neither flex nor lex was found.UbuntuErrorFlex
- authentication plugin caching_sha2Plugin
- 07-Plugin ‘scala’ is incompatible with this installationPlugin
- webpack loader和plugin編寫WebPlugin
- Flutter plugin:flutter_qq_bridgeFlutterPlugin