How to remove Crosswalk from a Cordova project?

Christian Benseler picture Christian Benseler · Jan 22, 2015 · Viewed 13.3k times · Source

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.

Answer

Pradnyesh Sawant picture Pradnyesh Sawant · Jun 28, 2016
$ cordova plugin remove crosswalk-webview

is what worked for me

i also had to comment out the below line in platforms/android/project.properties

cordova.gradle.include.1=cordova-plugin-crosswalk-webview/v1-xwalk.gradle