Android Crosswalk builds stopped working

  • 1
  • Problem
  • Updated 4 years ago
It seems crosswalk phonegap build apps have stopped working. They have worked for probably a year or maybe more. The app ID is:
1761071

Here is the plugin tag in my config.xml:
< plugin spec="https://github.com/phonegap-build/cor... >

This is the error I get in the build logs:

Build Date: 2016-06-08 13:35:17 +0000

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'project'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
> Could not find any version that matches org.xwalk:xwalk_core_library_beta:13+.
Searched in the following locations:
https://repo1.maven.org/maven2/org/xw...
https://repo1.maven.org/maven2/org/xw...
https://download.01.org/crosswalk/rel...
file:/android-sdk/extras/android/m2repository/org/xwalk/xwalk_core_library_beta/maven-metadata.xml
file:/android-sdk/extras/android/m2repository/org/xwalk/xwalk_core_library_beta/
file:/android-sdk/extras/google/m2repository/org/xwalk/xwalk_core_library_beta/maven-metadata.xml
file:/android-sdk/extras/google/m2repository/org/xwalk/xwalk_core_library_beta/
Required by:
:project:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 5.772 secs
undefined
Photo of gabaum10

gabaum10

  • 54 Posts
  • 2 Reply Likes

Posted 4 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
You are attempting to use a very old version.
Have you read this in that Github view?:

This branch is 76 commits behind wildabeast:master.
Photo of gabaum10

gabaum10

  • 54 Posts
  • 2 Reply Likes
Yeah, I mean that's why we were using it, it was stable.

Building out of the master I'm getting the error:

"plugman install --platform android --project /project --plugin https://github.com/wildabeast/cordova...": Fetching plugin "https://github.com/wildabeast/cordova..." via git clone
Repository "https://github.com/wildabeast/cordova..." checked out to git ref "master" at "a39c31f".
Installing "cordova-plugin-crosswalk-webview" at "1.4.0-dev" for android
Cannot read property 'indexOf' of undefined
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Why don't you simply try the plugin from npm? Then you'll really get the latest version.
And are you using the gradle engine?
Photo of gabaum10

gabaum10

  • 54 Posts
  • 2 Reply Likes
I didn't realize that it had been moved to npm. When we started using the crosswalk plugin, PGB had to fork the project in order to get it to work, or something. Something or other to do with gradle. I guess they now support it, it's working.

That did the trick, thanks!