Is EAS android build failing again?

  • Managed Flow
  • eas-cli version 0.44.1

I am trying to build an Android version and whole day is throwing the following error:

[stderr] FAILURE: Build failed with an exception.
[stderr] * What went wrong:
[stderr] Execution failed for task ':app:mergeReleaseAssets'.
[stderr] > Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
[stderr]    > Could not resolve org.webkit:android-jsc:+.
[stderr]      Required by:
[stderr]          project :app
[stderr]       > Failed to list versions for org.webkit:android-jsc.
[stderr]          > Unable to load Maven meta-data from https://jcenter.bintray.com/org/webkit/android-jsc/maven-metadata.xml.
[stderr]             > Could not get resource 'https://jcenter.bintray.com/org/webkit/android-jsc/maven-metadata.xml'.
[stderr]                > Could not GET 'https://jcenter.bintray.com/org/webkit/android-jsc/maven-metadata.xml'.
[stderr]                   > Read timed out

I see two topics from the last week, similar to this one, but this time the error is not 502 from jcenter, now it says read time out. Also, in https://status.expo.dev/ I don’t see any issues today/

Am I the only one who is facing problems with the Android build today?

I’m seeing the same. I can’t build with EAS CLI 44

Hi! Thanks for reporting, we are aware of jcenter issues again and have implemented a workaround: https://status.expo.dev/

1 Like

Appears to have fixed it for me. Thanks!