{"id":17552352,"url":"https://github.com/saschpe/docker-android-emulator","last_synced_at":"2025-04-24T01:27:01.434Z","repository":{"id":136457017,"uuid":"608084430","full_name":"saschpe/docker-android-emulator","owner":"saschpe","description":"Android SDK with Emulator OCI image","archived":false,"fork":false,"pushed_at":"2025-03-03T13:50:26.000Z","size":34,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T05:31:41.295Z","etag":null,"topics":["android","android-emulator","android-sdk","docker","docker-container","jdk11"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/saschpe/android-emulator","language":"Shell","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/saschpe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"saschpe"}},"created_at":"2023-03-01T09:37:01.000Z","updated_at":"2025-03-08T09:02:56.000Z","dependencies_parsed_at":"2025-01-17T16:40:55.004Z","dependency_job_id":"fd8f77c6-4a49-4cee-a605-3ee4851aa1b9","html_url":"https://github.com/saschpe/docker-android-emulator","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"dd8d4b84b1be0d905acc28f7c696ea6771acd376"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschpe","download_url":"https://codeload.github.com/saschpe/docker-android-emulator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250542931,"owners_count":21447800,"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","android-emulator","android-sdk","docker","docker-container","jdk11"],"created_at":"2024-10-21T05:04:04.167Z","updated_at":"2025-04-24T01:27:01.410Z","avatar_url":"https://github.com/saschpe.png","language":"Shell","funding_links":["https://github.com/sponsors/saschpe"],"categories":[],"sub_categories":[],"readme":"# Android SDK with Emulator OCI / Docker image\n\n[![License](https://img.shields.io/github/license/saschpe/docker-android-emulator)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/saschpe/docker-android-emulator/ci.yml?branch=main)](https://github.com/saschpe/docker-android-emulator/actions?query=branch%3Amain++)\n[![Docker Pulls](https://img.shields.io/docker/pulls/saschpe/android-emulator)](https://hub.docker.com/r/saschpe/android-emulator)\n[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/saschpe/android-emulator)](https://hub.docker.com/r/saschpe/android-emulator)\n\nAndroid SDK OCI image based on Docker image `saschpe/android-sdk` with\npre-installed build-tools, latest command-line tools and JDK 11 (or later) as\nwell as the Android Emulator.\n\n## Android SDK and JDK support\n\nThe following JDK (horizontal axis) and Android SDK API level combinations are currently\navailable:\n\n|    | 11 | 17 | 21 | 22 | 23 |\n|----|----|----|----|----|----|\n| 31 | ✅  | ✅  |    |    |    |\n| 32 | ✅  | ✅  | ✅  | ✅  |    |\n| 33 | ✅  | ✅  | ✅  | ✅  |    | \n| 34 | ✅  | ✅  | ✅  | ✅  | ✅  | \n| 35 |    | ✅  | ✅  | ✅  | ✅  |\n\n## Usage\n\n```shell\ndocker pull saschpe/android-emulator:35-jdk23.0.2_7\n```\n\nUse as a base image:\n\n```Dockerfile\nFROM saschpe/android-emulator:35-jdk23.0.2_7\nRUN sdkmanager --install \"cmake;3.31.5\"\n```\n\n## Building\n\nThese scripts simplify various tasks related to container building and\npublishing:\n\n```shell\n./scripts/build --help\n```\n\n## License\n\n    Copyright 2023 Sascha Peilicke\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    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, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-android-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschpe%2Fdocker-android-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-android-emulator/lists"}