- 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?