本文地址: http://blog.csdn.net/caroline_wendy
android {
  compileSdkVersion ‘android-L‘
  buildToolsVersion ‘20.0.0‘
  defaultConfig {
    minSdkVersion ‘L‘
    targetSdkVersion ‘L‘
    versionCode 1
    versionName ‘1.0‘
  }
}Android - 错误:"No resource found that matches the given name android:Theme.Material"
原文:http://blog.csdn.net/caroline_wendy/article/details/40887285