[🐛 Bug ]: port 6080 page has no android UI, just a backgroud
Operating System
centos 7
Docker Image
budtmo/docker-android:emulator_13.0 budtmo/docker-android:emulator_13.0
Expected behaviour
display android U
Actual behaviour
port 6080 page has no android UI, just a backgroud
Referenced the following issue:
Logs
docker log:
other log:
any chance you got this working? I'm having the same issue on Fedora and Ubuntu currently
same here :(
start by root or sudo command
same here on Ubuntu 24.04 and budtmo/docker-android:emulator_14.0
I have tried sudo but get an error:
I think it isn't handling errors for example it gives me the background if I tried to use google and not have an internet connection also when trying to start the app and app crashing
same
me too. docker-android unstable. This is a bug that must be fixed
I have the same issue for android13, the current fix for me is to 'docker exec -it ${container id}' and manually start emulator by
emulator -avd $(tail -n1 <<< $(emulator -list-avds))
Okay i ran into same error, someone please help us in its resolving:
1- I tried to install this in a Ubuntu machine which is the host and everything. 2- Ran following command "docker run -d -p 6080:6080 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --name android-container budtmo/docker-android:emulator_14.0" removed the KVM flag since i am not installing this in a virtual machine but in a system-wide Ubuntu. 3- The file gets download and extracts successfully the image gets run but while accessing this through http://localhost:6080/ i only get the WEB_VNC connection with an android background image, no android instance or OS.
I did this in a GCP VM - Please help me if i am doing something wrong.