android - Execution failed for task ':app:processDebugResources' even with latest build tools -


i getting error when try run project. have installed latest build tools- 23.0.3 still error persists. how fix this?

executing tasks: [:app:generatedebugsources, :app:generatedebugandroidtestsources]  configuration on demand incubating feature. :app:prebuild up-to-date :app:predebugbuild up-to-date :app:checkdebugmanifest :app:prereleasebuild up-to-date :app:preparecomandroidsupportanimatedvectordrawable2321library up-to-date :app:preparecomandroidsupportappcompatv72321library up-to-date :app:preparecomandroidsupportdesign2321library up-to-date :app:preparecomandroidsupportrecyclerviewv72321library up-to-date :app:preparecomandroidsupportsupportv42321library up-to-date :app:preparecomandroidsupportsupportvectordrawable2321library up-to-date :app:preparecomgoogleandroidgmsplayservicesappindexing810library up-to-date :app:preparecomgoogleandroidgmsplayservicesbasement810library up-to-date :app:preparedebugdependencies :app:compiledebugaidl up-to-date :app:compiledebugrenderscript up-to-date :app:generatedebugbuildconfig up-to-date :app:generatedebugassets up-to-date :app:mergedebugassets up-to-date :app:generatedebugresvalues up-to-date :app:generatedebugresources up-to-date :app:mergedebugresources up-to-date :app:processdebugmanifest :app:processdebugresources agpbi: {"kind":"error","text":"error retrieving parent item: no resource found matches given name \u0027android:textappearance.material.widget.button.inverse\u0027.","sources":[{"file":"c:\\users\\ishmita\\documents\\github\\furalert-native-build\\app\\build\\intermediates\\res\\merged\\debug\\values-v23\\values-v23.xml","position":{"startline":3}}],"original":"","tool":"aapt"}  agpbi: {"kind":"error","text":"error retrieving parent item: no resource found matches given name \u0027android:widget.material.button.colored\u0027.","sources":[{"file":"c:\\users\\ishmita\\documents\\github\\furalert-native-build\\app\\build\\intermediates\\res\\merged\\debug\\values-v23\\values-v23.xml","position":{"startline":32}}],"original":"","tool":"aapt"}   failed  failure: build failed exception. 
  • what went wrong: execution failed task ':app:processdebugresources'.

    com.android.ide.common.process.processexception: org.gradle.process.internal.execexception: process 'command 'c:\users\ishmita\appdata\local\android\sdk\build-tools\23.0.3\aapt.exe'' finished non-zero exit value 1

  • try: run --stacktrace option stack trace. run --info or --debug option more log output.

build failed

total time: 5.901 secs

sdk manager

set compilesdkversion 23 in module's build.gradle file.


Comments