You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Description
When running the command: emu-docker interactive --start
I encounter the following error:
$ emu-docker create emulator-linux_x64-12836668.zip x86_64-31_r05.zip
Downloading platform tools to /home/user_ds/android-emulator-container-scripts/platform-tools-latest-linux.zip
Skipping already downloaded file: /home/user_ds/android-emulator-container-scripts/platform-tools-latest-linux.zip
docker build /home/user_ds/android-emulator-container-scripts/bld/sys_img -t
Traceback (most recent call last):
File "/home/user_ds/android-emulator-container-scripts/.venv/bin/emu-docker", line 8, in <module>
sys.exit(main())
File "/home/user_ds/android-emulator-container-scripts/emu/emu_docker.py", line 349, in main
args.func(args)
File "/home/user_ds/android-emulator-container-scripts/emu/emu_docker.py", line 90, in create_docker_image
sys_docker.build(args.dest / "sys_img")
File "/home/user_ds/android-emulator-container-scripts/emu/containers/docker_container.py", line 208, in build
return self.create_container(Path(dest))
File "/home/user_ds/android-emulator-container-scripts/emu/containers/docker_container.py", line 101, in create_container
result = api_client.build(
File "/home/user_ds/android-emulator-container-scripts/.venv/lib/python3.10/site-packages/docker/api/build.py", line 130, in build
raise errors.DockerException(
docker.errors.DockerException: invalid tag '': invalid reference format