I cloned an existing ionic project from git. I have ionic 1.3.2
and cordova 4.2.0
. After cloning, i cd
ed into the directory and did an ionic browser add crosswalk
. It says that crosswalk was added successfully. Then when i try to do ionic run android
, it says
No platforms added.
So i do a ioinic platform add android
, which gives me this error:
Failed to install 'org.apache.cordova.engine.crosswalk':CordovaError: Plugin doesn't support this project's cordova-android version. cordova-android: 3.6.4, failed version requirement: >=4.0.0-dev`.
ionic platform add [email protected]
returns
Unable to fetch platform [email protected]: Error: version not found: [email protected]
How do I fix this?
P.S. I am using ubuntu 14.04
The problem is crosswalk browser.
If you revert back to android webview, which sucks, but works.
ionic browser revert android
ionic platform rm android
ionic platform add android
As of today, 4/9/2015. I have been able to go back to the old projects and add crosswalk after updating node runtime, ionic, cordova