{"id":20863357,"url":"https://github.com/agregoreweb/gomobile-android-docker","last_synced_at":"2026-03-14T00:31:16.383Z","repository":{"id":104840217,"uuid":"476755373","full_name":"AgregoreWeb/gomobile-android-docker","owner":"AgregoreWeb","description":"Docker container with everything needed to build Go code for Android (APK and AAR / Native and SDK) ","archived":false,"fork":false,"pushed_at":"2022-04-08T18:37:57.000Z","size":8,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-13T00:41:00.124Z","etag":null,"topics":["android","docker","golang","gomobile"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/AgregoreWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE2","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":"2022-04-01T14:34:43.000Z","updated_at":"2025-03-30T00:49:11.000Z","dependencies_parsed_at":"2023-05-28T06:30:46.072Z","dependency_job_id":null,"html_url":"https://github.com/AgregoreWeb/gomobile-android-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AgregoreWeb/gomobile-android-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fgomobile-android-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fgomobile-android-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fgomobile-android-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fgomobile-android-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgregoreWeb","download_url":"https://codeload.github.com/AgregoreWeb/gomobile-android-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fgomobile-android-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30480423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T23:57:05.347Z","status":"ssl_error","status_checked_at":"2026-03-13T23:56:58.046Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","docker","golang","gomobile"],"created_at":"2024-11-18T05:28:42.780Z","updated_at":"2026-03-14T00:31:16.378Z","avatar_url":"https://github.com/AgregoreWeb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gomobile Android builds... in Docker!\n\nYou can build native and SDK Android applications in Go, as described on [the wiki](https://github.com/golang/go/wiki/Mobile). That requires the Android SDK and NDK are installed and set up, at least for building SDK applications (.aar). This docker container installs all the required Android dependencies, as well as `gomobile`. This makes for much easier Android builds across multiple platforms and machines. It also allows for easy CI builds, like on GitHub Actions.\n\n## Versions\n- Go version: 1.17.8\n- gomobile commit: 447654d\n- Android platform version: 31\n\nYou can change these easily in the [Dockerfile](Dockerfile) and build your own container image. In the future, maybe multiple tags will be published to allow for different options.\n\n## Usage\n\n*Note: the image is 4.1 GB*\n\nEnter the directory of your Go project, and then run:\n\n```\ndocker run --rm -v \"$PWD\":/module makeworld/gomobile-android ...\n```\n\nReplace `...` with whatever arguments you'd provide to `gomobile` normally. For example:\n\n```\ndocker run --rm -v \"$PWD\":/module makeworld/gomobile-android bind -target=android/arm -o test.aar .\n```\n\n`\"$PWD\"` means your current working directory, so `-v \"$PWD\":/module` mounts your working directory to `/module` in the docker container. If you want to specify the path to your Go project manually, you can do `-v /path/to/dir:/module` instead.\n\n\n## License\n\nThis repo is dual-licensed under the MIT and APACHE2 licenses. Please see [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE2](LICENSE-APACHE2) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagregoreweb%2Fgomobile-android-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagregoreweb%2Fgomobile-android-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagregoreweb%2Fgomobile-android-docker/lists"}