How to use the latest cordova-android directly (4.0.0-dev) from Github?

how to use the latest cordova-android directly (4.0.0-dev) from Github in ionic project?

You could get it by adding crosswalk, it requires cordova-android >= 4.0.0.

ionic browser add crosswalk

Keep in mind that adding it will increase your .apk size quite a bit, and you would have two separate .apk’s when building your app, for the ARMv7 and x86 architectures, respectively.

I would also like to see if it would be possible to explicitly add the latest dev version of cordova-android though, so +1 to that!