Go to file
2021-07-07 10:55:17 +09:00
.github ci: Add Node16 to CI matrix (#1218) 2021-04-26 12:47:22 -03:00
bin feat: support webkit version override (#1254) 2021-07-06 23:39:12 +09:00
cordova-js-src refactor (eslint): use cordova-eslint (#910) 2020-01-31 22:02:48 +09:00
framework feat: bump android.webkit@1.4.0 (#1258) 2021-07-07 10:55:17 +09:00
spec test(check_reqs): do not hardcode DEFAULT_TARGET_API (#1263) 2021-07-06 18:12:00 +02:00
test feat!: unify & fix gradle library/tooling overrides (#1212) 2021-07-06 15:38:28 +09:00
.asf.yaml chore(asf): Update GitHub repo metadata 2020-10-06 20:24:23 -07:00
.eslintignore feat: add androidx support (#901) 2020-01-27 15:52:08 +09: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 chore: remove appveyor residual (#909) 2020-01-29 19:28:07 +09: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!: remove most platform binaries (#1100) 2021-07-06 15:37:46 +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!