Crosswalk cordova android - wuhengzhi/crosswalk-website GitHub Wiki
Crosswalk-based Cordova Android
Crosswalk-based Cordova Android is derived from Cordova Android and embeds Crosswalk as the HTML5 runtime. It supports Android 4.0+.
Crosswalk-based Cordova Android aims to be compatible to Cordova Android as much as possible. Basically, you could refer to Cordova Android Platform Guide.
Requires
- Java JDK 1.5 or greater
- Apache ANT 1.8.0 or greater
- Android SDK http://developer.android.com
- Python 2.6 or greater
Please refer to Requirements and Support and Install the SDK in Cordova Android Platform Guide to install JDK, Ant and Android SDK.
And please install Python 2.6 or greater for your system.
Setup the Development Environment
Since Crosswalk-based Cordova Android embeds Crosswalk, firstly you need to setup the dependency.
Creating & Running Apps
You could use the command-line tool and Android Developer Tool to create and manage your Crosswalk-based Cordova Android app.
Remote Debugging
Thanks to the remote debugging capability of Crosswalk, you are able to debug your Cordova Apps remotely via Chrome Developer Tools.
Adding Plugins
You could use the plugman
command-line tool to add Cordova plugins as needed.