Go to file
2021-08-02 20:25:04 +09:00
.github chore!: drop node 10 support (#1278) 2021-07-15 12:32:56 +09:00
cordova-js-src refactor (eslint): use cordova-eslint (#910) 2020-01-31 22:02:48 +09:00
framework feat: bump Google Services Gradle Plugin@4.3.8 (#1303) 2021-08-02 14:21:11 +09:00
lib fix: add missing apache-license header to getASPath.bat (#1283) 2021-07-16 17:59:30 +09:00
spec refactor!: do not copy JS lib to platform project (#1269) 2021-07-13 11:01:50 +02:00
templates fix: fall back to project root repositories.gradle (#1300) 2021-08-02 14:19:40 +09:00
test fix: backbutton test code (#1307) 2021-08-02 20:25:04 +09: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 build: build cordova.js during npm prepare (#1271) 2021-07-14 10:25:34 +02:00
.npmignore build: build cordova.js during npm prepare (#1271) 2021-07-14 10:25:34 +02: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: bump version 10.1.0-dev (#1301) 2021-07-30 17:08:04 +09:00
package.json refactor: rename java_unit_tests command & test runner file 2021-08-02 14:30:25 +09:00
README.md chore: update readme requirements (#1286) 2021-07-20 17:49:13 +09:00
RELEASENOTES.md android-v10.0.1 Updated version and RELEASENOTES.md for release 10.0.1 2021-07-27 22:50:34 +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).

Requirements

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!