{"id":18458811,"url":"https://github.com/agoda-com/docker-emulator-android","last_synced_at":"2025-04-09T08:12:37.568Z","repository":{"id":39422335,"uuid":"121209352","full_name":"agoda-com/docker-emulator-android","owner":"agoda-com","description":"Dockerized android emulator","archived":false,"fork":false,"pushed_at":"2022-04-05T11:59:18.000Z","size":67,"stargazers_count":254,"open_issues_count":9,"forks_count":62,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-04-02T06:07:46.800Z","etag":null,"topics":["android","docker","docker-emulator-android","emulator","hardware-acceleration","kvm","openstf"],"latest_commit_sha":null,"homepage":null,"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/agoda-com.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}},"created_at":"2018-02-12T06:33:09.000Z","updated_at":"2025-03-27T07:52:09.000Z","dependencies_parsed_at":"2022-09-10T03:21:32.193Z","dependency_job_id":null,"html_url":"https://github.com/agoda-com/docker-emulator-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoda-com%2Fdocker-emulator-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoda-com%2Fdocker-emulator-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoda-com%2Fdocker-emulator-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoda-com%2Fdocker-emulator-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agoda-com","download_url":"https://codeload.github.com/agoda-com/docker-emulator-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999864,"owners_count":21031046,"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","docker","docker-emulator-android","emulator","hardware-acceleration","kvm","openstf"],"created_at":"2024-11-06T08:20:11.038Z","updated_at":"2025-04-09T08:12:37.539Z","avatar_url":"https://github.com/agoda-com.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-emulator-android\ndocker-emulator-android is one of the components of [android-farm](https://github.com/agoda-com/android-farm). It runs android emulator with hardware acceleration in a container.\n\n# Features\n- Compatible with [OpenSTF](https://openstf.io)\n- Optimized for performance\n  - hardware acceleration using KVM\n  - QEMU 2\n- Changing emulator spec is supported by\n  - overriding config.ini variables using `ANDROID_CONFIG`\n  - overriding emulator cmd args using `EMULATOR_OPTS` and `QEMU_OPTS`\n  - overriding adb ports using `CONSOLE_PORT (default 5554)`, `ADB_PORT (default 5555)`\n- VNC server (port 5900)\n- Google API's enabled\n\n# Usage\nFor example to run default emulator options with Marshmallow (API 23):\n```console\n$ docker run --rm --privileged -e ANDROID_ARCH=\"x86\" -v /dev/kvm:/dev/kvm agoda-com/docker-emulator-android-23:latest\n$ adb connect VIP:5555\n```\n\nIf you want to start different configuration of device, for example a 7 inch tablet, you need to override `config.ini` variables:\n\n```console\n$ docker run --rm --privileged -e ANDROID_ARCH=\"x86\" -e ANDROID_CONFIG=\"skin.name=600x1024;hw.lcd.density=160;hw.lcd.height=600;hw.lcd.width=1024;hw.device.name=7in WSVGA (Tablet);avd.ini.displayname=7  WSVGA (Tablet) API 23;\" -v /dev/kvm:/dev/kvm agoda-com/docker-emulator-android-23:latest\n```\n\nFor all the options available please check the [official documentation](https://developer.android.com/studio/run/emulator-commandline.html)\n\n# Building\n\n```console\n$ export DOCKER_USER=user\n$ export DOCKER_PASS=password\n$ make PROXY=docker-registry-url/ build tag login push # eg PROXY=registry.hub.docker.com\n```\n\n# License\n\ndocker-emulator-android is open source and available under the [Apache License, Version 2.0](LICENSE).\n\nAndroid SDK components are available under the [Android Software Development Kit License](https://developer.android.com/studio/terms.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoda-com%2Fdocker-emulator-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagoda-com%2Fdocker-emulator-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoda-com%2Fdocker-emulator-android/lists"}