Android error APK -
hi have error: \app\build\intermediates\res\merged\debug\values-v23\values-v23.xml error:execution failed task ':app:processdebugresources'.
com.android.ide.common.process.processexception: org.gradle.process.internal.execexception: process 'command appdata\local\android\sdk\build-tools\23.0.1\aapt.exe'' finished non-zero exit value 1 error:(24) error retrieving parent item: no resource found matches given name 'android:widget.material.button.colored'. error:(3) error retrieving parent item: no resource found matches given name 'android:textappearance.material.widget.button.inverse'.`
make sure use compiling version 23 of sdk , support library latest. seems using materialdesign components, trying build app older sdk.
Comments
Post a Comment