mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 14:32:53 +08:00
.github | ||
cordova-js-src | ||
framework | ||
lib | ||
spec | ||
templates | ||
test | ||
.asf.yaml | ||
.eslintignore | ||
.eslintrc.yml | ||
.gitattributes | ||
.gitignore | ||
.npmignore | ||
.ratignore | ||
.reviewboardrc | ||
CONTRIBUTING.md | ||
LICENSE | ||
NOTICE | ||
package-lock.json | ||
package.json | ||
README.md | ||
RELEASENOTES.md |
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).
Requirements
- Java Development Kit (JDK) 11
- Android SDK
Cordova Android Developer Tools
Use the Cordova command-line tool to create projects and install plugins.
Using Android Studio
- Create a project
- 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!