mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-02 21:03:02 +08:00

* fix(Api): do not infer project root from script location * fix(builders): do not infer project root from script location * fix(target): do not infer project root from script location * test(e2e): cleanup and extend E2E tests - Renames the file with the only existing E2E test - Makes existing test use the API instance returned by `Api.createPlatform` - Adds another test that ensures we can still require the API from `platformProjectPath/cordova/Api.js` * fix(check_reqs): do not infer project root from script location
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!
Description
Languages
JavaScript
52.4%
Java
42.4%
HTML
4.3%
CSS
0.8%
Batchfile
0.1%