赞
踩
android 编译错误 Error:(1, 0) Plugin with id 'com.android.application' not found. 解决
主要是缺少 gradle
- buildscript {
- repositories {
- jcenter()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:2.3.2'
-
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- }
- }
-
- allprojects {
- repositories {
- jcenter()
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。