问题:plugin with id 'android' not found

原网址:https://stackoverflow.com/questions/24795079/error1-0-plugin-with-id-com-android-application-not-found
plugin with id ‘android’ not found
在Project的build.gradle中,添加下面代码

buildscript {  
   repositories {  
mavenCentral()  
   }  
   dependencies {  
classpath 'com.android.tools.build:gradle:0.5.+'  
   }  
}  
posted @ 2017-05-29 15:14  Philtell  阅读(207)  评论(0编辑  收藏  举报