{"id":15374086,"url":"https://github.com/mrmike/simpleandroiddocker","last_synced_at":"2026-02-13T10:04:48.992Z","repository":{"id":141917078,"uuid":"124702522","full_name":"mrmike/SimpleAndroidDocker","owner":"mrmike","description":"Docker image containing tools for building Android applications.","archived":false,"fork":false,"pushed_at":"2018-03-21T19:36:09.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T10:18:32.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/mrmike.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2018-03-10T22:10:10.000Z","updated_at":"2020-09-01T18:27:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0b9032d-3ce5-4821-9e7c-abe87b26404b","html_url":"https://github.com/mrmike/SimpleAndroidDocker","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"8e3c4e87f97edf9b0427aa3275b7881d5303ab89"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmike%2FSimpleAndroidDocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmike%2FSimpleAndroidDocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmike%2FSimpleAndroidDocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmike%2FSimpleAndroidDocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmike","download_url":"https://codeload.github.com/mrmike/SimpleAndroidDocker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430965,"owners_count":20937875,"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":[],"created_at":"2024-10-01T13:57:11.320Z","updated_at":"2026-02-13T10:04:43.967Z","avatar_url":"https://github.com/mrmike.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### simple-android-docker\n\nDocker image for building Android applications.\n\n### What's inside?\nImage contains basic tools required to build Android applications.\n```\n* Gradle 4.6\n* SDK tools (sdkmanager included)\n* android-27\n* platform-tools\n* build-tools 27.0.3\n* Google m2 repository\n```\n### Building image\nTo build an image from [`Dockerfile`](https://github.com/mrmike/SimpleAndroidDocker/blob/master/Dockerfile) make sure that Docker is installed and launched and then call\n```\ndocker build -t simple-android-docker .\n```\nInstead of `simple-android-docker` you can use whatever name you like.\n\n### Docker hub\nThe image is available on Docker hub: https://hub.docker.com/r/michalmoczulski/simple-android-docker/\nTo pull an image call\n```\ndocker pull michalmoczulski/simple-android-docker\n```\n\n### Building Android app using this image\nTo build an Android app call from the app folder\n```\ndocker run --rm  \\\n                -v $(pwd):/workspace \\\n                -w /workspace \\\n                simple-android-docker gradle clean build\n```\n\n### Sample project\nThere's a sample Android app project showing how this image can be used for Android continuous integration. Take a look at https://github.com/mrmike/android-ci-sample\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmike%2Fsimpleandroiddocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmike%2Fsimpleandroiddocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmike%2Fsimpleandroiddocker/lists"}