skip to Main Content

React native – gradlew – build error – Execution failed for task ':app:mergeDebugResources'

I am developing an app on react, and while building natively on android I am getting an error: Task :app:mergeDebugResources C:UsersUser.gradlecachestransforms-36bf5ab858a3d72c1e9396b1851be880etransformedjetified-play-services-base-18.1.0resvaluesvalues.xml:4:0: Invalid <color> for given resource value. Task :app:mergeDebugResources FAILED FAILURE: Build failed with an exception. What went wrong: Execution…

VIEW QUESTION

Iterate JSON using Java

Below is the JSON response that I have received. I am looking to iterate through the JSON response and retrieve the taskId if the status is NEW. Can someone assist me in writing this in Java with org.json? The validation…

VIEW QUESTION
Back To Top
Search