Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidance for initial implementation #147

Closed
deviran01 opened this issue Mar 9, 2019 · 4 comments
Closed

Guidance for initial implementation #147

deviran01 opened this issue Mar 9, 2019 · 4 comments

Comments

@deviran01
Copy link

Hi

Operating System:
Ubuntu 16.04

Docker Image:
budtmo/docker-android-x86-8.1

or
budtmo/docker-android-x86-9.0
Docker Version:
18.06.1-ce, build e68fc7a
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1
or
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-9.0

Expected Behavior

open browser and go to http://127.0.0.1:6080
Just black screen and can open terminal or switch between tabs (can't see emulator)

Actual Behavior

How I can run android emulator UI

please help me.

@HasBert
Copy link

HasBert commented Mar 9, 2019

I have the same problem if I scroll while the emulator is active in the browser. As long as I'm no scrolling everything is OK. To solve the problem I go in full windowed mode with my browser and hope not touch the mouse wheel xD. I looked up the logs with:
docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log
but nothing happens there.
Until now I haven't found something, which can solve the problem, unless restarting with docker restart container-id and not scrolling again. xD

@stephane-r
Copy link

Same problem : black screen on localhost:6080.
I've try to run emulator manualy, but i've an error about the 32 bit environment :/

@budtmo
Copy link
Owner

budtmo commented Mar 14, 2019

closed, duplicated #120

@budtmo budtmo closed this as completed Mar 14, 2019
@deviran01
Copy link
Author

I solve this problem
I change OS from Windows 10 to Xubuntu 64bit
install docker and run the android_X86 image in the docker
and finally can see emulator with noVNC in the browser https://localhost:6080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants