commit | e28c95ace5b2eb7d8a91827462e91bf576deea59 | [log] [tgz] |
---|---|---|
author | Joe Bowser <bowserj@apache.org> | Wed Sep 03 15:23:41 2014 -0700 |
committer | Archana Naik <naika@lab126.com> | Thu Sep 04 09:33:58 2014 -0700 |
tree | b7118a93499029d751560f2cdc2d3fe411ea25c8 | |
parent | 4e94c6d198de08b127101095d662df614614626a [diff] |
CB-7460: Fixing bug with KitKat where the background colour would override the CSS colours on the application
Cordova Amazon Fire OS is an application library that allows for Cordova-based projects to be built for the Amazon Fire OS Platform. It uses Amazon's web app runtime that is built on open-source Chromium project. With the web app runtime, your web apps can achieve fluidity and speed approaching that of native apps.
Apache Cordova is a project at The Apache Software Foundation (ASF).
The Cordova developer tooling is split between general tooling and project level tooling.
General Commands
./bin/create [path package activity] ... create the ./example app or a cordova-amazon-fireos project ./bin/check_reqs ....................... checks that your environment is set up for cordova-amazon-fireos development ./bin/update [path] .................... updates an existing cordova-amazon-fireos project to the version of the framework
Project Commands
These commands live in a generated Cordova Amazon Fire OS project. Emulator support is currently not available.
./cordova/clean ........................ cleans the project ./cordova/build ........................ calls `clean` then compiles the project ./cordova/log ........................ stream device logs to stdout ./cordova/run ........................ calls `build` then deploys to a connected Amazon device. ./cordova/version ...................... returns the cordova-amazon-fireos version of the current project
Note: The Developer Tools handle this. This is only to be done if the tooling fails, or if you are developing directly against the framework.
To create your cordova.jar
file, run in the framework directory:
android update project -p . -t android-19 ant jar