I\'m using the latest cordova android (5.1.0). The project is building and running fine without crosswalk, but after I add the crosswalk plugin using
cordov
If using Ionic (not sure if another platform of framework does the same), the root config.xml template includes the following reference:
By removing it and firing a
cordova build android
(and also following @badboyunited 's answer) causes the plugin to be downloaded with the latest version.