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

[🐛 Bug ]: port 6080 page has no android UI, just a backgroud

Open Leonhardt92 opened this issue 1 year ago • 9 comments

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 image

Referenced the following issue:

Logs

docker log: image

other log: image

Leonhardt92 avatar Sep 04 '24 21:09 Leonhardt92

any chance you got this working? I'm having the same issue on Fedora and Ubuntu currently

ingmarfjolla avatar Sep 21 '24 20:09 ingmarfjolla

same here :(

TBit-services avatar Sep 26 '24 14:09 TBit-services

start by root or sudo command

solitudealma avatar Oct 03 '24 15:10 solitudealma

same here on Ubuntu 24.04 and budtmo/docker-android:emulator_14.0

image

I have tried sudo but get an error:

image

SoulOH avatar Oct 18 '24 09:10 SoulOH

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

mostafamdy avatar Oct 18 '24 14:10 mostafamdy

same

disburden avatar Nov 15 '24 08:11 disburden

me too. docker-android unstable. This is a bug that must be fixed

mm8m6m7m avatar Nov 26 '24 03:11 mm8m6m7m

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))

sunnyjocker avatar Jan 07 '25 12:01 sunnyjocker

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.

hunter0014 avatar Apr 22 '25 09:04 hunter0014