The emu-docker create command failed with an error Failed to create container.
I'm trying to run this command "emu-docker create emulator-linux_x64-7820599.zip x86_64-29_r12.zip".
When I'm running this command with android 8/9 it's working well.
For now I checked with Android 10 and 11 and it failed with the same error:
Step 1/15 : FROM us-docker.pkg.dev/android-emulator-268719/images/sys-29-google-x64:7603624 AS emulator ERROR:Failed to create container. Traceback (most recent call last): File "***/emu/containers/docker_container.py", line 150, in create_container image = client.images.get(identity) File "***/venv/lib/python3.6/site-packages/docker-5.0.3-py3.6.egg/docker/models/images.py", line 314, in get return self.prepare_model(self.client.api.inspect_image(name)) File "***/venv/lib/python3.6/site-packages/docker-5.0.3-py3.6.egg/docker/utils/decorators.py", line 17, in wrapped 'Resource ID was not provided' docker.errors.NullResource: Resource ID was not provided WARNING:You can manually create the container as follows: WARNING:docker build -t us-docker.pkg.dev/android-emulator-268719/images/29-google-x64-no-metrics:7820599 ***/src
When running the recommended command it through an error:
manifest for us-docker.pkg.dev/android-emulator-268719/images/sys-29-google-x64:7603624 not found: manifest unknown: Failed to fetch "7603624"
The emu-docker create command failed with an error Failed to create container.
I'm trying to run this command "emu-docker create emulator-linux_x64-7820599.zip x86_64-29_r12.zip".
When I'm running this command with android 8/9 it's working well.
For now I checked with Android 10 and 11 and it failed with the same error:
Step 1/15 : FROM us-docker.pkg.dev/android-emulator-268719/images/sys-29-google-x64:7603624 AS emulator ERROR:Failed to create container. Traceback (most recent call last): File "***/emu/containers/docker_container.py", line 150, in create_container image = client.images.get(identity) File "***/venv/lib/python3.6/site-packages/docker-5.0.3-py3.6.egg/docker/models/images.py", line 314, in get return self.prepare_model(self.client.api.inspect_image(name)) File "***/venv/lib/python3.6/site-packages/docker-5.0.3-py3.6.egg/docker/utils/decorators.py", line 17, in wrapped 'Resource ID was not provided' docker.errors.NullResource: Resource ID was not provided WARNING:You can manually create the container as follows: WARNING:docker build -t us-docker.pkg.dev/android-emulator-268719/images/29-google-x64-no-metrics:7820599 ***/srcWhen running the recommended command it through an error:
manifest for us-docker.pkg.dev/android-emulator-268719/images/sys-29-google-x64:7603624 not found: manifest unknown: Failed to fetch "7603624"