Search code examples
androidcordovacrosswalk-runtime

How to remove Crosswalk from a Cordova project?


I have added Crosswalk to a cordova project, it works ok. But I wanted to remove it to do some tests, but I can't find out how.

I tried to remove the following line

android.library.reference.2=org.apache.cordova.engine.crosswalk/xwalk_core_library

from the project.properties file but the build process crashes.

Any help? Didn't find it in the documentation.


Solution

  • I am working with Ionic these days, which I guess it's the same case. Give this a try:

    $ cordova browser revert android
    # or
    $ cordova browser remove crosswalk