apache/cordova-android

Apache Cordova Android

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 51 minutes ago
Added to GitGenius on September 18th, 2026
Created on November 28th, 2012
Open Issues & Pull Requests: 95 (+0)
GitHub issues: Enabled
Number of forks: 1,575
Total Stargazers: 3,786 (+0)
Total Subscribers: 277 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 hours
Mean response time: 57.3 days
90th percentile: 60.0 days
Tracked items: 100

Most active contributors

Sign in to see contributor activity.

How this project is maintained

92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 66% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 752 days
Stale 30+ days: 23
Stale 90+ days: 22

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 8

Top labels

  • info-needed / awaiting response (12)
  • bug (9)
  • enhancement (2)
  • Requires Triage (1)
  • support (1)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Cordova Android is a platform library that enables web-based applications to be built and deployed as native Android apps.

Cordova Android solves the problem of running web applications on Android devices by wrapping HTML, CSS, and JavaScript code in a native Android application container. The approach bridges web technologies and the Android platform, allowing developers to write once and target Android without rewriting in native languages. The tool handles the compilation and packaging of web assets into an APK that runs on Android devices.

Cordova Android suits developers who want to build cross-platform mobile applications using web technologies rather than learning platform-specific languages. It works well for projects where code sharing across platforms is a priority and where the performance characteristics of a web-based runtime are acceptable. The tool requires Java Development Kit, Android SDK, Gradle, and Node.js to function. Projects are created and managed through the Cordova CLI, and existing projects can be updated when new versions of Cordova Android are released. Debugging is supported through Android Studio by importing the generated Android project.

The project maintains active engagement with its codebase through regular updates and accepts community contributions. Development activity shows consistent attention to platform compatibility and tooling integration with the Android ecosystem.