@beck24 wrote:
I have an existing app on ionic 1, making some improvements to it and trying to test it on my android device
ionic run android
I get this error due to crosswalk
FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'android'. > Could not resolve all dependencies for configuration ':_armv7DebugCompile'. > Could not resolve org.xwalk:xwalk_core_library:18+. Required by: :android:unspecified > 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 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.xml
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.
Anyone know if there's a way around this? Is this build dependent on an active internet connection and a remote xml file that may or may not be available?
Posts: 1
Participants: 1