mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
facffb0809
* Remove binaries cordova/lib/* * Remove binary bin/android_sdk_version * Remove binary bin/update script * Remove binary bin/check_reqs * Remove binary bin/create script * Remove binary cordova/build * Remove binary cordova/run * Remove binary cordova/clean * Remove binary cordova/log * Remove unused module cordova/loggingHelper * Update README * Restore target-listing binaries used by CLI Usage: cordova-lib/src/cordova/targets.js * Restore binary bin/android_sdk_version for CLI compatibility This is used in CLI to implement an Android SDK version check for plugins. See https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#engines-and-engine * Remove version.bat |
||
---|---|---|
.github | ||
bin | ||
cordova-js-src | ||
framework | ||
spec | ||
test | ||
.asf.yaml | ||
.eslintignore | ||
.eslintrc.yml | ||
.gitattributes | ||
.gitignore | ||
.npmignore | ||
.ratignore | ||
.reviewboardrc | ||
CONTRIBUTING.md | ||
LICENSE | ||
NOTICE | ||
package-lock.json | ||
package.json | ||
README.md | ||
RELEASENOTES.md | ||
VERSION |
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).
Requires
- Java JDK 1.8
- Android SDK http://developer.android.com
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!