All Projects → apache → cordova-amazon-fireos

apache / cordova-amazon-fireos

Licence: Apache-2.0 license
[DEPRECATED] Apache Cordova

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to cordova-amazon-fireos

nuxt-cordova-app
📱 Nuxt JS (Vue JS) + Vuetify 2 SPA hybrid demo app built using Cordova
Stars: ✭ 48 (+128.57%)
Mutual labels:  cordova
Core CSS
This repo no more maintained! All features and components moved to Metro 4.
Stars: ✭ 36 (+71.43%)
Mutual labels:  cordova
cordova-plugin-dbmeter
🎤📣 Cordova plugin to get decibels from the microphone
Stars: ✭ 33 (+57.14%)
Mutual labels:  cordova
cordova-plugin-facebook4
Use the latest Facebook SDK in your Cordova and Ionic projects
Stars: ✭ 772 (+3576.19%)
Mutual labels:  cordova
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (-9.52%)
Mutual labels:  cordova
cordova-plugin-webpack
Integrate webpack into your Cordova workflow.
Stars: ✭ 61 (+190.48%)
Mutual labels:  cordova
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (+66.67%)
Mutual labels:  cordova
ionic-resource-generator
Painless, Offline First, No Dependency, Ionic resources generator
Stars: ✭ 31 (+47.62%)
Mutual labels:  cordova
cordova-plugin-realm
Unofficial Cordova plugin for Realm Mobile Database.
Stars: ✭ 29 (+38.1%)
Mutual labels:  cordova
mobile-messaging-cordova-plugin
Mobile Messaging SDK plugin for Cordova projects
Stars: ✭ 19 (-9.52%)
Mutual labels:  cordova
ionic4-boilerplate
🚀 boilerplate for ionic4 with CI based on travis and fastlane. doc and example are provided
Stars: ✭ 25 (+19.05%)
Mutual labels:  cordova
cordova-plugin-amap
Amap Maps plugin for Cordova
Stars: ✭ 51 (+142.86%)
Mutual labels:  cordova
angular-cordova
Angular wrapper for Cordova
Stars: ✭ 21 (+0%)
Mutual labels:  cordova
hms-cordova-plugin
This repo contains all of Cordova HMS plugins.
Stars: ✭ 78 (+271.43%)
Mutual labels:  cordova
openfoodfacts-cordova-app
Open Food Facts mobile app, developed with Cordova, for iOS, Android, Windows Phone, FirefoxOS etc.
Stars: ✭ 24 (+14.29%)
Mutual labels:  cordova
cordova-serve
Apache Cordova Serve Library
Stars: ✭ 15 (-28.57%)
Mutual labels:  cordova
quasar-manage
基于 Quasar-cli 的中后台前端解决方案
Stars: ✭ 62 (+195.24%)
Mutual labels:  cordova
cordova-common
Apache Cordova Common Tooling Library
Stars: ✭ 30 (+42.86%)
Mutual labels:  cordova
ellenorzo
Arisztokréta: Nem hivatalos KRÉTA-kompatibilis ellenőrző alkalmazás
Stars: ✭ 17 (-19.05%)
Mutual labels:  cordova
phonegap
PushBots' official module for Phonegap
Stars: ✭ 21 (+0%)
Mutual labels:  cordova

Cordova Amazon Fire OS


📌 Deprecation Notice

This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is but any future issues will not be fixed by the Cordova community.

Feel free to fork this repository and improve your fork. Existing forks are listed in Network and Forks.


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).

Requires

Cordova Amazon Fire OS Developer Tools

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

Importing a Cordova Amazon Fire OS Project into Eclipse

  1. File > New > Project...
  2. Android > Android Project
  3. Create project from existing source (point to the generated app found in platforms/amazon-fireos)
  4. Right click on libs/cordova.jar and add to build path 5 Right click on libs/awv_interface.jar and add to build path
  5. Right click on the project root: Run as > Run Configurations
  6. Click on the Target tab and select Manual (this way you can choose the device to build to)

Building without the Tooling

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

Further Reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].