{"id":17552341,"url":"https://github.com/saschpe/docker-android-sdk","last_synced_at":"2025-04-24T01:26:43.808Z","repository":{"id":27407751,"uuid":"113786571","full_name":"saschpe/docker-android-sdk","owner":"saschpe","description":"Android SDK OCI container image with pre-installed build-tools based on latest command-line tools","archived":false,"fork":false,"pushed_at":"2025-03-03T13:21:58.000Z","size":76,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T05:31:40.204Z","etag":null,"topics":["android","android-development","android-sdk","buildx","docker","docker-container","jdk11"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/saschpe/android-sdk","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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"saschpe"}},"created_at":"2017-12-10T21:55:11.000Z","updated_at":"2025-03-29T19:51:40.000Z","dependencies_parsed_at":"2024-05-10T09:43:12.849Z","dependency_job_id":"3b0cdfc4-5f33-49e9-8221-e5b2285b4a9a","html_url":"https://github.com/saschpe/docker-android-sdk","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.046875,"last_synced_commit":"cbc69b804d88bcf64c13c0f5f6631d7830a98002"},"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-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschpe","download_url":"https://codeload.github.com/saschpe/docker-android-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250542855,"owners_count":21447782,"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-development","android-sdk","buildx","docker","docker-container","jdk11"],"created_at":"2024-10-21T05:04:02.061Z","updated_at":"2025-04-24T01:26:43.783Z","avatar_url":"https://github.com/saschpe.png","language":"Shell","funding_links":["https://github.com/sponsors/saschpe"],"categories":[],"sub_categories":[],"readme":"# Android SDK OCI / Docker image\n\n[![License](https://img.shields.io/github/license/saschpe/docker-android-sdk)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/saschpe/docker-android-sdk/ci.yml?branch=main)](https://github.com/saschpe/docker-android-sdk/actions?query=branch%3Amain++)\n[![Docker Pulls](https://img.shields.io/docker/pulls/saschpe/android-sdk)](https://hub.docker.com/r/saschpe/android-sdk)\n[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/saschpe/android-sdk)](https://hub.docker.com/r/saschpe/android-sdk)\n\nAndroid SDK OCI container image with pre-installed build-tools based on the\nlatest\ncommand-line tools and JDK 11 or later.\n\n## Android SDK and JDK support\n\nThe following JDK 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-sdk:35-jdk23.0.2_7\n```\n\nUse as a base image:\n\n```Dockerfile\nFROM saschpe/android-sdk:35-jdk23.0.2_7\nRUN sdkmanager --install emulator\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 2017 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-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschpe%2Fdocker-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-android-sdk/lists"}