android studio在构建时出错

时间:2016-06-17 11:43:03

标签: android android-studio

我正在尝试为google playstore构建一个Android应用程序,当我将构建类型更改为" release"从调试,它给我下面的错误:

Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(34) 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\bridging\AppData\Local\Android\sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1

1 个答案:

答案 0 :(得分:0)

您的编译 SDK版本必须匹配 support library's主要版本。

由于您使用的是version 23支持库,因此需要针对Android SDK的version 23进行编译。

或者,如果您可以通过切换到最新的version 22继续针对Android SDK的support library v22进行编译。

更新:

enter image description here

在屏幕上看到两者都是相同的23你必须检查。

如果comileSdkVersion 22并且将圆角全部改为22。