docker-emulator-android icon indicating copy to clipboard operation
docker-emulator-android copied to clipboard

Dockerized android emulator

Results 10 docker-emulator-android issues
Sort by recently updated
recently updated
newest added

Hello, I'm not an Android developer. I tried to modify Dockerfile to build up a ARM emulator, but I failed. Could you help me to release an ARM version? Thanks...

after restart container emulator not worked screen with logs from container ![image](https://user-images.githubusercontent.com/9756122/94745706-e0ad8780-0383-11eb-95cb-db67b21b7b29.png)

Hey, I tried to use this docker image but faced several things related mainly to performance. I would be grateful for your help or advice. Mainly using `api28` image, built...

Right now anyone can merge changes without any peer feedback. I'd like to suggest to setup GH in a way that people are required to have at least 1 peer...

When running, it returns ``` fsck from util-linux 2.31.1 e2fsck 1.44.1 (24-Mar-2018) ext2fs_open2: Bad magic number in super-block fsck.ext2: Superblock invalid, trying backup blocks... fsck.ext2: Bad magic number in super-block...

Following the [Readme.md](https://github.com/agoda-com/docker-emulator-android/blob/master/README.md) I grab the _docker-registy-url_ with `docker info | grep -i registry` and got https://index.docker.io/v1/ This I used for ``` export DOCKER_USER= export DOCKER_PASS= make PROXY=docker-registry-url/ build tag...

Great project! For a research project I need to run multiple android emulators in the cloud. So far, I tried to set it up on - AWS EC2 - using...

adb_usb.ini is no longer used by adb, so I guess it can be removed from container [https://android-review.googlesource.com/c/platform/system/core/+/115816](https://android-review.googlesource.com/c/platform/system/core/+/115816)