Android studio空白活动引发错误

时间:2015-08-22 13:21:16

标签: android android-activity android-studio

我在这个Android开发领域非常新。我只是想在android studio中默认运行 hello world program 作为空白活动的启动。我没有对代码或任何元素做任何事情。但它会引发以下错误。我该怎么办?请有人帮帮我。 它抛出这样的东西:

  

检索项目的父项时出错:找不到与给定名称匹配的资源'android:TextAppearence.Materials.Widget.Button.Inverse'

更多2个错误就像这样

2 个答案:

答案 0 :(得分:0)

Chris Banes(支持librtary开发人员)在Google Plus中说道

https://plus.google.com/+ChrisBanes/posts/ekKcJwtCW9U

你必须将compileSdkVersion放在你的gradle中<23。

答案 1 :(得分:0)

在build.gradle文件中,更新&#34; android&#34;下的以下值:

compileSdkVersion 23
buildToolsVersion '23.0.0'

另外,请确保已下载Android M Libraries(v23)。您可以通过Android Studio工具栏中的SDK Manager进行检查。 enter image description here