question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Execution failed for task ':app:processDebugResources'.

See original GitHub issue

Why after using react-native run-android I Get this?: FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ‘:app:processDebugResources’.

java.io.IOException: Could not delete path ‘D:\Projects 2016\Web\Android\2 Defullt Project\Mohajerkade\android\app\build\generated\source\r\debug\android\support\v7’.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
muganwascommented, Jan 10, 2018

I sorted it out, didn’t have to mess around with any permissions. just had to open a terminal in my application root folder and ran this: cd android && gradlew clean

0reactions
trepiditycommented, Jan 10, 2018

On the properties of the Folder in Windows Explorer. https://msdn.microsoft.com/en-us/library/bb727008.aspx

Read more comments on GitHub >

github_iconTop Results From Across the Web

Execution failed for task ':app:processDebugResources' even ...
I have installed the latest build tools- 23.0.3 but still the error persists. How do I fix this? Executing tasks: [:app:generateDebugSources, ...
Read more >
Fix "Execution failed app:processDebugResources" in ...
Fix “Execution failed app:processDebugResources” in Android Studio · Method 1: Change the version of buildTools · Method 2: Run Gradle with – ...
Read more >
Execution failed for task ':app:processDebugResources'. #548
Execution failed for task ':app:processDebugResources'. A failure occurred while executing com.android.build.gradle.internal.tasks.
Read more >
Execution failed app processDebugResources Android Studio
I am getting this error whenever I try to pull a change from another developer. Execution failed for task ':app:processDebugResources'. > com.
Read more >
Task :app:processDebugResources FAILED - Android Devices
n ","tool":"AAPT"} FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found