Cannot build Cordova app with Crosswalk: Service unavailable

Tried to build my Cordova/Crosswalk app today. I’m getting this error:

Command failed with exit code 1 Error output:
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   A problem occurred configuring root project 'android'.
   > Could not resolve all dependencies for configuration ':_armv7DebugApkCopy'.
   > Could not resolve org.xwalk:xwalk_core_library:23+.
   Required by:
   :android:unspecified
   > Could not resolve org.xwalk:xwalk_core_library:23+.
   > Failed to list versions for org.xwalk:xwalk_core_library.
   > Unable to load Maven meta-data from
   https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml.
   > Could not GET
   'https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml'.
   Received status code 503 from server: Service Unavailable

Anyone else experiencing these connection issues?

I am getting the same error. It looks like the server is down.

1 Like

You can maybe fix it with https://twitter.com/xwalk_project/status/904738710645866497

1 Like

@kujim, @d62remi Thanks for the confirmation that this is not on my side. And thanks for the hint to the work-around.