Android Development Build Failure, Execution failed for task ':app:mergeDebugResources'.

hi, i have and android development build failure , but ios builds are working fine ,

Expo Eas Managed workflow
expo sdk 46
eas-cli: 4.0.13

> Task :app:mergeDebugResources

[stderr]

/home/expo/.gradle/caches/transforms-3/b3530474692fb72db365a839c1eed667/transformed/material-1.1.0/res/values/values.xml:79:4: Invalid <color> for given resource value.

[stderr]

/home/expo/.gradle/caches/transforms-3/1ae46957a88fcd5b08a399ddb448de3a/transformed/appcompat-1.4.2/res/values/values.xml:63:4: Invalid <color> for given resource value.
> Task :react-native-safe-area-context:generateDebugRFile
> Task :app:mergeDebugResources FAILED
> Task :react-native-screens:parseDebugLocalResources
> Task :react-native-screens:compileDebugLibraryResources
> Task :app:processDebugMainManifest
/home/expo/workingdir/build/android/app/src/debug/AndroidManifest.xml:23:9-32:20 Warning:
	provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:23 to replace other declarations but no other declaration present
> Task :react-native-screens:generateDebugRFile
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
386 actionable tasks: 386 executed

[stderr]

FAILURE: Build failed with an exception.

[stderr]

* What went wrong:

[stderr]

Execution failed for task ':app:mergeDebugResources'.

[stderr]

> A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable

[stderr]

   > Resource compilation failed. Check logs for details.

[stderr]

* Try:

[stderr]

> Run with --stacktrace option to get the stack trace.

[stderr]

> Run with --info or --debug option to get more log output.

[stderr]

> Run with --scan to get full insights.

[stderr]

* Get more help at https://help.gradle.org

[stderr]

BUILD FAILED in 3m 24s
Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.

after the previous android development build was made , not much things have been done to project , by the way i was able to run the previous development that i have without any errors and do the app development

In your post, please share:

  • Whether you are bare or managed workflow
  • Your eas-cli version
  • What you have tried so far