12

I have Cordova based application based on backbone js.

But when I tried to create android build then it will give me following error.

[exec] > Could not resolve all dependencies for configuration ':_armv7DebugApkCopy'.
[exec]    > Could not resolve org.xwalk:xwalk_core_library:23+.
[exec]      Required by:
[exec]          :android:unspecified
[exec]       > Could not resolve org.xwalk:xwalk_core_library:23+.
[exec]          > Failed to list versions for org.xwalk:xwalk_core_library.
[exec]             > Unable to load Maven meta-data from https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml.
[exec]                > Could not GET 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml'. 
                        Received status code 403 from server: Forbidden

It appears to be trying to fetch some data from this url: https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml19

Which at this moment in time is throwing a 403. I tried building it with internet access turned off in case this is only necessary if it's available, but it tries and fails (obviously) to get it.

Is this build dependent on an active internet connection and a remote xml file that may or may not be available?

I have also tested with a solution from the ionic forum, and a white screen appears after installing the build on the device.

Emile Bergeron
  • 17,074
  • 5
  • 83
  • 129
Santosh Shinde
  • 6,045
  • 7
  • 44
  • 68

1 Answers1

9

enter image description here

Server is down for maintenance!

https://crosswalk-project.org/jira/browse/XWALK-403

Muhammad Shaharyar
  • 1,044
  • 1
  • 8
  • 23