Android Build Error (app:mergeReleaseNativeLibs)

I am using a bare workflow (expo prebuilded)

  • 2.2.1
  • I have tried to update the EAS CLI, did not work.

I am receiving the following error when attempting to build through EAS for Android:

/home/expo/workingdir/build/node_modules/react-native-reanimated/android/react-native-reanimated-69-jsc.aar
[stderr] FAILURE: Build failed with an exception.
[stderr] * What went wrong:
[stderr] Could not determine the dependencies of task ':app:mergeReleaseNativeLibs'.
[stderr] > Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
[stderr]    > Could not find com.eightbitlab:blurview:1.6.3.
[stderr]      Searched in the following locations:
[stderr]        - file:/home/expo/.m2/repository/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
[stderr]        - file:/home/expo/workingdir/build/node_modules/react-native/android/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
[stderr]        - file:/home/expo/workingdir/build/node_modules/jsc-android/dist/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
[stderr]        - https://dl.google.com/dl/android/maven2/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
[stderr]        - https://repo.maven.apache.org/maven2/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
[stderr]        - https://www.jitpack.io/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
[stderr]      Required by:
[stderr]          project :app > project :react-native-community_blur
[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 32s```

does your build run locally? it seems like you are using a library com.eightbitlab:blurview:1.6.3 that can’t be found on any of the library repositories. you can try disabling the maven cache if you believe this is something specific to eas build: Caching dependencies - Expo Documentation