Execution failed for task ':app:processDebugResources'
See original GitHub issueCreated fresh 0.52 RN project and installed plugin at last major release 6.0.0 and received the following error upon react-native run-android
after following readme instructions:
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources
:app:bundleDebugJsAndAssets SKIPPED
:app:processDebugManifest
:app:processDebugResources
/Users/jskidd3/Desktop/Apps/TestSVG/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
/Users/jskidd3/Desktop/Apps/TestSVG/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
/Users/jskidd3/Desktop/Apps/TestSVG/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
/Users/jskidd3/Desktop/Apps/TestSVG/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
:app:processDebugResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Issue Analytics
- State:
- Created 6 years ago
- Comments:17
Top Results From Across the Web
Execution failed for task ':app:processDebugResources' even ...
What went wrong: Execution failed for task ':app:processDebugResources'. Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug ......
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
Hi. When I'm trying to launch the app on my device or to build the apk I get this error. If I remove...
Read more >Execution failed for task ':app:processDebugResources' also ...
I'm trying to Run an Android Project with gradle. The bug is also present in Android Studio. If you can't reproduce it, I...
Read more >Task :app:processDebugResources FAILED - Android Devices
Executing tasks : [:app:assembleDebug] in project C:\Sites\TESTBED\ANDROID\DLTesting Observed package id 'platforms;android-30' in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@msand Thanks again, changing the versions up from 23 to 25 fixed it
Try this changeset: android/app/build.gradle
android/build.gradle
android/gradle/wrapper/gradle-wrapper.properties