{"id":3721,"url":"https://github.com/apache/cordova-android","last_synced_at":"2025-05-13T18:04:56.360Z","repository":{"id":5688002,"uuid":"6898381","full_name":"apache/cordova-android","owner":"apache","description":"Apache Cordova Android","archived":false,"fork":false,"pushed_at":"2025-04-30T05:30:28.000Z","size":38274,"stargazers_count":3712,"open_issues_count":84,"forks_count":1554,"subscribers_count":283,"default_branch":"master","last_synced_at":"2025-05-06T00:59:52.723Z","etag":null,"topics":["android","cordova","cordova-platform","hacktoberfest","java","javascript","mobile","nodejs"],"latest_commit_sha":null,"homepage":"https://cordova.apache.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-11-28T08:00:22.000Z","updated_at":"2025-05-05T05:13:52.000Z","dependencies_parsed_at":"2024-11-16T16:27:10.321Z","dependency_job_id":"5644e6b7-5783-471e-ac1e-66a156c97e8f","html_url":"https://github.com/apache/cordova-android","commit_stats":{"total_commits":3560,"total_committers":267,"mean_commits":"13.333333333333334","dds":0.8283707865168539,"last_synced_commit":"5eddc460e49a5b8ce2bcc43d0a22fe4511842085"},"previous_names":[],"tags_count":163,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/cordova-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252690947,"owners_count":21789251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","cordova","cordova-platform","hacktoberfest","java","javascript","mobile","nodejs"],"created_at":"2024-01-05T20:16:49.544Z","updated_at":"2025-05-13T18:04:56.333Z","avatar_url":"https://github.com/apache.png","language":"JavaScript","readme":"\u003c!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements.  See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership.  The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License.  You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n#  KIND, either express or implied.  See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n--\u003e\n\n# Cordova Android\n\n[![NPM](https://nodei.co/npm/cordova-android.png)](https://nodei.co/npm/cordova-android/)\n\n[![Node CI](https://github.com/apache/cordova-android/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-android/actions?query=branch%3Amaster)\n[![codecov.io](https://codecov.io/github/apache/cordova-android/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-android?branch=master)\n\nCordova 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.\n\n[Apache Cordova](https://cordova.apache.org/) is a project of [The Apache Software Foundation (ASF)](https://apache.org/).\n\n## Requirements\n\n* Java Development Kit (JDK) 17\n* [Android SDK](https://developer.android.com/)\n* [Node.js](https://nodejs.org)\n\n## Create a Cordova project\n\nFollow the instructions in the [**Create your first Cordova app**](https://cordova.apache.org/docs/en/latest/guide/cli/index.html) section of [Apache Cordova Docs](https://cordova.apache.org/docs/en/latest/)\n\nTo use a **shared framework**, for example in development, link the appropriate cordova-android platform folder path:\n\n```bash\ncordova platform add --link /path/to/cordova-android\n```\n\n## Updating a Cordova project\n\nWhen you install a new version of the [`Cordova CLI`](https://www.npmjs.com/package/cordova) that pins a new version of the [`Cordova-Android`](https://www.npmjs.com/package/cordova-android) platform, you can follow these simple upgrade steps within your project:\n\n```bash\ncordova platform rm android\ncordova platform add android\n```\n\n## Debugging in Android Studio\n\nImport project in Android Studio through _File \u003e Open_ and targeting `/path/to/your-cdv-project/platforms/android/`.\n\n## How to Test Repo Development\n\n```bash\nnpm install\nnpm test\n```\n\n## Further reading\n\n* [Apache Cordova](https://cordova.apache.org/)\n","funding_links":[],"categories":["Development Alternatives","JavaScript","Index"],"sub_categories":["HTML, CSS and Javascript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcordova-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-android/lists"}