Go to file
2021-07-13 11:01:50 +02:00
.github ci: Add Node16 to CI matrix (#1218) 2021-04-26 12:47:22 -03:00
cordova-js-src refactor (eslint): use cordova-eslint (#910) 2020-01-31 22:02:48 +09:00
framework fix: missing super.onRequestPermissionsResult error (MissingSuperCall) (#1264) 2021-07-07 19:57:33 +09:00
lib refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
spec refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
templates refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
test refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
.asf.yaml chore(asf): Update GitHub repo metadata 2020-10-06 20:24:23 -07:00
.eslintignore refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
.eslintrc.yml cleanup yaml files (#994) 2020-06-16 19:34:10 -04:00
.gitattributes CB-9836 Add .gitattributes to prevent CRLF line endings in repos 2015-11-12 18:34:41 +03:00
.gitignore feat!: unify & fix gradle library/tooling overrides (#1212) 2021-07-06 15:38:28 +09:00
.npmignore chore(npm): add ignore list (#958) 2020-04-15 12:41:24 +09:00
.ratignore refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
.reviewboardrc chore: various cleanup (#957) 2020-04-15 12:40:59 +09:00
CONTRIBUTING.md remove trailing spaces from markdown files (#995) 2020-06-10 09:29:14 -04:00
LICENSE Remove unnecessary stuff (#1015) 2020-07-03 18:53:10 +02:00
NOTICE chore: various cleanup (#957) 2020-04-15 12:40:59 +09:00
package-lock.json chore! (npm): update all dependencies (#1205) 2021-04-15 08:23:41 +09:00
package.json refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
README.md refactor!: remove most platform binaries (#1100) 2021-07-06 15:37:46 +02:00
RELEASENOTES.md android-v9.1.0 Updated version and RELEASENOTES.md for release 9.1.0 2021-04-10 00:25:19 +09:00
VERSION feat: bump version to 10.0.0-dev (#1181) 2021-04-13 15:34:00 +09:00

Cordova Android

NPM

Node CI codecov.io

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

Requires

Cordova Android Developer Tools

Use the Cordova command-line tool to create projects and install plugins.

Using Android Studio

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

Running the Native Tests

The test/ directory in this project contains an Android test project that can be used to run different kinds of native tests. Check out the README contained therein for more details!