android-emulator-container-scripts
android-emulator-container-scripts copied to clipboard
Bumps the npm_and_yarn group with 11 updates in the /js directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.4.0` |...
When running the following command: ```docker-compose -f js/docker/docker-compose.yaml up``` this error is displayed in the terminal: Pulling nginx (emulator_nginx:latest)... ERROR: pull access denied for emulator_nginx, repository does not exist or...
Hi, I am trying to deploy the docker image on Azure Kubernetes cluster, however it requires all prerequisites to be a part of the docker image. Is it possible to...
Heya! I'm trying to run a custom system image (i.e. not from the list provided by `emu-docker list`) locally, but the state never changes from "connecting" and `low level gRPC...
I followed the steps outlined here: https://github.com/google/android-emulator-container-scripts#running-the-create-script After running `docker-compose -f js/docker/docker-compose.yaml up` I see these logs reappear often. I was hoping to have my container communicate outside. Is there...
Hi is it possible set emulator proxy configuration? Like `emulator -avd myavd -http-proxy http://168.192.1.2:3300`
Setting up reverse proxy on an android emulator running inside docker is not working. I keep getting `error: more than one device/emulator` error . I am using `run.sh` to start...
Traceback (most recent call last): File "/android-emulator-container-scripts-master/venv/lib/python3.7/site-packages/urlfetch-1.1.3-py3.7.egg/urlfetch.py", line 740, in request conn.request(method, request_url, data, reqheaders) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py", line 1229, in request self._send_request(method, url, body, headers, encode_chunked) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py", line 1275,...
I have tried to create a sample image based on the advice given. However I get a wall of text stating connection aborted, Permission error. I then attempted to build...