Search code examples
androidcordovagoogle-chromecrosswalk-runtime

Remote debuging with chrome only works with older crosswalk version [cordova 4]


Trying to inspect a cordova4 app built with crosswalk version 12.41.296.9 ends up in full white chrome window.

The complete same App, built with crosswalk version 10.39.235.15 is fully debuggable with chrome.

I already compared the gradle settings, the properties files and the generated manifests. The only difference is in the file project.properties:

  • crosswalk v10: target=android-19
  • crosswalk v12: target=android-21

Any suggestions why?

Note: The crosswalk packages can be found here:


Solution

  • It seems this is compatibility issue of the different versions between cordova and crosswalk.

    Update:

    With cordova5 and crosswalk 12.41.296.9 the chrome inspect works as expected. => In another app with the same setup it does not work again.