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

Adroid Studio 提示Error:(2) Error retrieving parent for item: No resource found that matches

2016-03-03 11:34 567 查看
C:\Users\Joana\AndroidStudioProjects\LJB1ststep\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.1\res\values-v23\values-v23.xml

Error:(2) Error retrieving parent for item: No resource found that matches the given name ‘android:TextAppearance.Material.Widget.Button.Inverse’.

Error:(2) 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:\Users\Joana\AppData\Local\Android\sdk\build-tools\23.0.2\aapt.exe” finished with non-zero exit value 1

Information:BUILD FAILED

Information:Total time: 4.599 secs

Information:3 errors

Information:0 warnings

Information:See complete output in console

build.gradle中compileSdkVersion和compile ‘com.android.support:’版本不是对应的导致报错
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android