当前位置:   article > 正文

Plugin with id 'com.android.application' not found. 解决

plugin with id 'com.android.application' not found

android 编译错误 Error:(1, 0) Plugin with id 'com.android.application' not found. 解决


主要是缺少 gradle




  1. buildscript {
  2. repositories {
  3. jcenter()
  4. }
  5. dependencies {
  6. classpath 'com.android.tools.build:gradle:2.3.2'
  7. // NOTE: Do not place your application dependencies here; they belong
  8. // in the individual module build.gradle files
  9. }
  10. }
  11. allprojects {
  12. repositories {
  13. jcenter()
  14. }
  15. }

将2.3.2 换成你的 gradle,如果你不知道你的是多少,新建一个项目,打开 build.gradle 看


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/288911
推荐阅读
相关标签
  

闽ICP备14008679号