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).
- Java Development Kit (JDK) 11
- Android SDK
Use the Cordova command-line tool to create projects and install plugins.
- Create a project
- Import it via "Non-Android Studio Project"
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!