发布于 2014-12-05 13:04:01 | 7377 次阅读 | 评论: 3 | 来源: PHPERZ
Android移动端操作系统
Android是一种基于Linux的自由及开放源代码的操作系统,主要使用于移动设备,如智能手机和平板电脑,由Google公司和开放手机联盟领导及开发。尚未有统一中文名称,中国大陆地区较多人使用“安卓”或“安致”。
本文向大家讲解了Android开发错误: No resource found that matches the given name android:Theme.Material的解决方法,感兴趣的同学参考下。
解决方法:
android {
compileSdkVersion 'android-L'
buildToolsVersion '20.0.0'
defaultConfig {
minSdkVersion 'L'
targetSdkVersion 'L'
versionCode 1
versionName '1.0'
}
}
你心里真阴暗