Build fail on apk

Hi all,
As always huge thanks to the SAB team for the good work and timely support>>
We have Ran into a bit of a wall when trying to build our latest app.Below is the Error report:
*** Compiling Android APK ***

  • gradle clean assembleRelease --warning-mode=none

Configure project :

Task :clean UP-TO-DATE
Task :preBuild UP-TO-DATE
Task :preReleaseBuild UP-TO-DATE
Task :compileReleaseAidl NO-SOURCE
Task :compileReleaseRenderscript NO-SOURCE
Task :generateReleaseBuildConfig
Task :javaPreCompileRelease
Task :generateReleaseResValues
Task :generateReleaseResources
Task :checkReleaseAarMetadata
Task :createReleaseCompatibleScreenManifests
Task :extractDeepLinksRelease
Task :processReleaseMainManifest
Task :processReleaseManifest
Task :mergeReleaseJniLibFolders
Task :mergeReleaseNativeLibs
Task :mergeReleaseArtProfile

Task :mergeReleaseResources FAILED
/private/var/folders/_j/v0h2nnk51mx5dz6t40tbybc00000gn/T/App Builder/build/SAB.005/a/res/values/colors.xml:2:4: Invalid for given resource value.

Task :processReleaseManifestForPackage
Task :checkReleaseDuplicateClasses

FAILURE: Build failed with an exception.

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

A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
Resource compilation failed. Check logs for details.

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

BUILD FAILED in 2s
15 actionable tasks: 14 executed, 1 up-to-date
ls: /var/folders/_j/v0h2nnk51mx5dz6t40tbybc00000gn/T/App Builder/build/SAB.005/a/build/outputs/apk/release: No such file or directory

NB/ We have a good running internet connection and the IOS sim builds succefully…Kindly Assist

I would check any custom color values you have.

I could take a quick look if you share the project via some file sharing service. I think you can send me a private message through the community with the link.

Chris