Hi, recently I was creating my first React Native ...
# community-support
h
Hi, recently I was creating my first React Native application and I was trying to deploy it in expo. In expo i got this error at "Run gradlew" section. The error is " A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable Resource compilation failed (Failed to compile values resource file /home/expo/workingdir/build/android/app/build/intermediates/incremental/release/mergeReleaseResources/merged.dir/values/values.xml. Cause: java.lang.IllegalStateException: Can not extract resource from com.android.aaptcompiler.ParsedResource@1e21246d.,Can not extract resource from com.android.aaptcompiler.ParsedResource@41fe1eb9.). Check logs for more details". Can you please tell me where is the error I cant understand the issue, checked stackoverflow and chatgpt but was unable to find I have also attached the whole "Run gradlew" section in Build.txt file. Please help
v
Just scroll up to the failing task?
```> Task appmergeReleaseResources
/home/expo/.gradle/caches/8.8/transforms/56d30fe76f09f1b70db0907e6c5a6afc/transformed/jetified-play-services-base-18.2.0/res/values/values.xml40: Invalid <color> for given resource value.
/home/expo/.gradle/caches/8.8/transforms/89ac7b1beb6cb4e7fa6347c760e89226/transformed/jetified-stripe-3ds2-android-6.1.8/res/values/values.xml24: Invalid <color> for given resource value.```
h
@Vampire, the problem is that I cant find this path
/home/expo/.gradle/caches/8.8/transforms/56d30fe76f09f1b70db0907e6c5a6afc/transformed/jetified-play-services-base-18.2.0/res/values/values.xml
This path is not available in my project repository.
I tried to find this path in
node_modueles
but unable to find it.
v
I have no idea about Flutter or Android, so 🤷‍♂️ But as it is a transformed artifact, I don't think you will find it in your node modules, but it is a jar dependency. My best guess is, that this is some version conflict. Some dependency not compatible with the Gradle version or AGP version or Flutter version, or those not compatible with each other, or something like that.