https://github.com/sidneys/cordova-autocrosswalk
Shell / Bash script to auto-convert Cordova 3.6 projects to Cordova Crosswalk.
https://github.com/sidneys/cordova-autocrosswalk
Last synced: about 1 year ago
JSON representation
Shell / Bash script to auto-convert Cordova 3.6 projects to Cordova Crosswalk.
- Host: GitHub
- URL: https://github.com/sidneys/cordova-autocrosswalk
- Owner: sidneys
- License: mit
- Created: 2014-12-04T21:46:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T04:42:57.000Z (over 11 years ago)
- Last Synced: 2025-03-20T17:06:20.293Z (about 1 year ago)
- Language: Shell
- Size: 328 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cordova Auto-Crosswalk
======================
Shell script to auto-convert Cordova-Android 3.6 projects to Cordova Crosswalk 11.
Creates a unified apk (x86 & ARM compatible.).
Tested with Cordova 3.6.4.
Usage
----------------------
1. Add script to your Cordova project root.
2. Execute the script:
```shell
sh crosswalk.sh
```
3. There is no step 3.
Tested with
----------------------
* Cordova CLI 4.1.2
* Cordova Android 3.6.4
* Crosswalk Canary 11.39.260.0
* Ionic Framework v1.0.0-beta.13
Dependencies
----------------------
* Cordova Android
Options
----------------------
Change the "CROSSWALK_TYPE" / "CROSSWALK_VERSION" values to use other Crosswalk versions.