问题: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.+'  
   }  
}  

你可能感兴趣的:(Android)