android - How to remove Crosswalk from a Cordova project? -
I added a crosswalk to a Cordova project, it works fine. But I wanted to remove it for some tests, but I did not know how.
I tried to remove the following line
android.library.reference2 = org.apache.cordova.engine.crosswalk / xwalk_core_library from project Build crash crashes on the properties file.
Any help? It was not found in the documentation.
I'm working with Ionic these days, which I think is the same case Try one:
Remove $ cordova browser android # or $ cordova browser crackwalker
Comments
Post a Comment