1、gradle dsl method not found android()
解决方法:
删掉最外层的build.gradle中的
android {
compileSdkVersion 19
buildToolsVersion '21.1.1'
}
http://stackoverflow.com/questions/27735646/android-studio-gradle-dsl-method-not-found-android-error17-0