您的位置:首页 > 移动开发 > Android开发

Android Studio -- Error retrieving parent for item: No resource found that matches the given

2015-12-08 16:32 435 查看
错误信息如下:

E:\androidStudio\项目名\app\build\intermediates\res\merged\debug\values-v23\values-v23.xml
Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(24) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Android\sdk\build-tools\23.0.2\aapt.exe'' finished with non-zero exit value 1


解决方法:

把build.gradle中的compileSdkVersion的值改为23



注意build.gradle一定要是app下的哦

参考的帖子:http://bbs.csdn.net/topics/391813146
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: