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.
$ 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