Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.(5)

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

ITtutoria

ITtutoria Logo ITtutoria Logo

ITtutoria Navigation

  • Python
  • Java
  • Reactjs
  • JavaScript
  • R
  • PySpark
  • MYSQL
  • Pandas
  • QA
  • C++
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA
Home/ Questions/What is the execution failed for task ':app:processdebugresources' problem, and how to solve it?
Next
Answered
Kye Lam
  • 9
Kye Lam
Asked: May 18, 20222022-05-18T16:48:55+00:00 2022-05-18T16:48:55+00:00In: Android

What is the execution failed for task ‘:app:processdebugresources’ problem, and how to solve it?

  • 9

. Advertisement .

..3..

. Advertisement .

..4..

I get the “execution failed for task ‘:app:processdebugresources’.” issue when trying to run my project. Here is the detail of the error I got the error message:

Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources]
 
 Configuration on demand is an 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 for item: No resource found that matches the 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 for item: No resource found that matches the 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 with an exception.

Please give me some advice to solve this problem.

app:processdebugresources
  • 2 2 Answers
  • 128 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

2 Answers

  • Voted
  • Oldest
  • Recent
  • Random
  1. Best Answer
    hdtutoria Expert
    2022-06-11T02:28:51+00:00Added an answer on June 11, 2022 at 2:28 am

    The cause: This error happens because android:TextAppearance.Material.Widget.Button.Inverse was only added in API Level 23. Attempts to use it with a compileSdkVersion less than 23 will fail.

    The solution: In your module’s build.gradle file, set compileSdkVersion to 23, this error will be fixed.

    • 19
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Adam Benoist
    2022-05-25T20:34:08+00:00Added an answer on May 25, 2022 at 8:34 pm

    Issue Solved By making library and application the same… compileSdkVersion, and buildToolsVersion.

    library build.gradle

    android {
    
     compileSdkVersion 25
     buildToolsVersion "25.0.0"
     .....
     .....
    }

    app build.gradle

    android {
    
     compileSdkVersion 25
     buildToolsVersion "25.0.0"
     .....
     .....
    }
    • 22
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • How to Split String by space in C++
  • How To Convert A Pandas DataFrame Column To A List
  • How to Replace Multiple Characters in A String in Python?
  • How To Remove Special Characters From String Python

Explore

  • Home
  • Tutorial

Footer

ITtutoria

ITtutoria

This website is user friendly and will facilitate transferring knowledge. It would be useful for a self-initiated learning process.

@ ITTutoria Co Ltd.

Tutorial

  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA

Legal Stuff

  • About Us
  • Terms of Use
  • Privacy Policy
  • Contact Us

DMCA.com Protection Status

Help

  • Knowledge Base
  • Support

Follow

© 2022 Ittutoria. All Rights Reserved.

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.