Package your existing web app as an installable Android app without writing any Java or Kotlin.
Add Android support to a Cordova project so the same codebase can be built for both Android and iOS.
Update the Android platform in an existing Cordova project to pick up newer Android SDK support or bug fixes.
Ship a web-based internal tool as an Android app so staff can install it from the Play Store.
Requires the Java Development Kit, Android SDK, and Gradle installed and configured before building.
Cordova Android is the Android platform component for Apache Cordova, a framework that lets developers build mobile apps using web technologies: HTML, CSS, and JavaScript. Instead of writing separate native code for Android, developers write a web-based app and Cordova wraps it into an Android application that can be distributed like any other app. This particular repository is not the main Cordova tool that developers interact with directly. It is the platform-specific layer that handles the Android side of things. When you add Android support to a Cordova project using the Cordova command-line tool, this package is what gets installed behind the scenes to handle the translation between your web code and the Android operating system. To build an Android app with Cordova, you need a few standard Android development tools installed: the Java Development Kit, the Android SDK, the Gradle build tool, and Node.js. Setup instructions and supported Android version ranges are documented on the official Apache Cordova website. Updating the Android platform in an existing project is straightforward: you remove the old platform and add it again using two commands, and the tool handles the rest. The project is part of the Apache Software Foundation and is open source under the Apache License. It is a mature, long-running project used by developers who want to ship web-based apps to Android without writing Java or Kotlin.
← apache on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.