Go to file
2016-07-11 15:30:10 -07:00
bin CB-9489 Fixed "endless waiting for emulator" issue 2016-07-06 15:12:36 +03:00
cordova-js-src CB-10498: Resume event should be sticky if it has a plugin result 2016-02-03 13:25:56 -08:00
framework Set VERSION to 5.3.0-dev (via coho) 2016-06-29 15:04:55 -07:00
node_modules Bundle updated node modules 2016-05-31 10:27:39 -07:00
spec CB-11259: Improving build output 2016-05-17 13:31:12 -07:00
test Updaing the gradle for the tests to the latest 2016-07-11 14:26:36 -07:00
.gitattributes CB-9836 Add .gitattributes to prevent CRLF line endings in repos 2015-11-12 18:34:41 +03:00
.gitignore CB-11444 Updated RELEASENOTES and Version for release 5.2.0 2016-06-29 15:04:55 -07:00
.jshintignore CB-10729 Move plugin handlers tests for into platform's repo 2016-03-01 11:31:14 +03:00
.jshintrc CB-8410 Enable jshint for Android platform 2015-02-03 15:21:56 -05:00
.ratignore CB-11444 Updated RELEASENOTES and Version for release 5.2.0 2016-06-29 15:04:55 -07:00
.reviewboardrc Add a .reviewboardrc file to make using post-review easier. 2013-05-21 12:35:47 -04:00
.travis.yml CB-10888 Enable coverage reports collection via codecov 2016-03-16 17:42:01 +03:00
appveyor.yml CB-10846 Add AppVeyor configuration 2016-03-11 13:03:18 +03:00
CONTRIBUTING.md CB-9800 Fixing contribute link. 2015-10-23 15:16:41 -07:00
LICENSE Fixed line endings 2015-10-20 16:15:57 -07:00
NOTICE Checked the notice file, updating to 2015 2015-10-26 16:42:06 -07:00
package.json Set VERSION to 5.3.0-dev (via coho) 2016-06-29 15:04:55 -07:00
README.md CB-10888 Enable coverage reports collection via codecov 2016-03-16 17:42:01 +03:00
RELEASENOTES.md CB-11550 Updated RELEASENOTES for release 5.2.1 2016-07-11 14:06:55 +03:00
VERSION Set VERSION to 5.3.0-dev (via coho) 2016-06-29 15:04:55 -07:00

Build status Build Status codecov.io

Cordova Android

Cordova Android is an Android application library that allows for Cordova-based projects to be built for the Android Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.

Apache Cordova is a project of The Apache Software Foundation (ASF).

⚠️ Report issues on the Apache Cordova issue tracker

Requires

Cordova Android Developer Tools

We recommend using the Cordova command-line tool to create projects and be able to easily install plugins.

However, the following scripts can be used instead:

./bin/create [path package activity] ... creates the ./example app or a cordova android project
./bin/check_reqs ....................... checks that your environment is set up for cordova-android development
./bin/update [path] .................... updates an existing cordova-android project to the version of the framework

These commands live in a generated Cordova Android project. Any interactions with the emulator require you to have an AVD defined.

./cordova/clean ........................ cleans the project
./cordova/build ........................ calls `clean` then compiles the project
./cordova/log   ........................ streams device or emulator logs to STDOUT
./cordova/run   ........................ calls `build` then deploys to a connected Android device. If no Android device is detected, will launch an emulator and deploy to it.
./cordova/version ...................... returns the cordova-android version of the current project

Using Android Studio

  1. Create a project
  2. Import it via "Non-Android Studio Project"