错误日志以及解决方法

来源:互联网 发布:linux强制删除文件夹 编辑:程序博客网 时间:2024/06/04 08:54

报错:

C:\Users\Joana\AndroidStudioProjects\LJB1ststep\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.1\res\values-v23\values-v23.xmlError:(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 1Information:BUILD FAILEDInformation:Total time: 4.599 secsInformation:3 errorsInformation:0 warningsInformation:See complete output in console

解决

compileSdkVersion 23buildToolsVersion "23.0.0"
targetSdkVersion 23

compile 'com.android.support:design:23.0.0'
compile 'com.android.support:appcompat-v7:23.0.0'
这几个版本号一致就不报错了

////////////

0 0
原创粉丝点击