mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #69] Black screen after running the docker (arm image) #56
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moradkh on GitHub (Feb 26, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/69
Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit our group chat. Thank you!
Operating System: Mac Sierra 10.12.6
Docker Image: butomo1989/docker-android-arm-7.1.1
Docker Version: 1.19.0
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus s" -e APPIUM=True --name android-container butomo1989/docker-android-arm-7.1.1
Expected Behavior
When i run the docker and then I go the the 127.0.0.1:6080 in my local machine, I get black screen,
also when I run adb devices inside the docker container, I get nothing
Actual Behavior
Any suggestions ?
@nam-edi commented on GitHub (Feb 26, 2018):
Hi,
I have the same problem...
Logs:
@mmineo-ds commented on GitHub (Feb 26, 2018):
Me too, using a Mac High Sierra (latest version)
I ran
➜ ~ docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log
And I got this log:
@dorangao commented on GitHub (Feb 28, 2018):
+1, using a Mac High Sierra (latest version)
Same behaviors for all different versions (arm) tried.
@thelittlefireman commented on GitHub (Mar 5, 2018):
Same issue for me but on Synology server (unix base and no KVM)
@richardpenman commented on GitHub (Mar 7, 2018):
Same for me on Mac Sierra 10.12.6 - all arm versions I tried have blank screen.
@budtmo commented on GitHub (Mar 8, 2018):
I think the issue comes from the emulator. We will try to update the emulator version. please consider to use x86 image. If you are using windows or OSX, you can run it under VMWare. It is faster than arm image and besides I won't support arm image in the future because of the its performance.
@greenerchen commented on GitHub (Mar 8, 2018):
I have a workaround. You may exit the emulator first. Open a terminal emulator and start an emulator again using command line.
Use the avd name existed in your /root/.android/avd.
Then wake up the emulator by clicking the power button on the panel.
@s417-lama commented on GitHub (Mar 23, 2018):
I had the same issue on Ubuntu 16.04.
In the case of me, this is because I started the emulator with VirtualBox running. The emulator cannot start with VirtualBox or VMWare running, so I had to shutdown VirtualBox.
@Kignuf commented on GitHub (Mar 27, 2018):
I'm experiencing the same issue.
MacOSX 10.13.3
Docker 18.03.0-ce, build 0520e24
Logcat logs (see timestamps to grasp how slow it is)
https://gist.github.com/Kignuf/28b12ad490e243fbd18e186d2c17c909
@AndreSand commented on GitHub (Apr 4, 2018):
I also have the same issue :(
MacOSX 10.13.1
@Shinoby1992 commented on GitHub (Apr 10, 2018):
i have this issue running on a ubuntu 16 vm
its get unhealthy and black screen when i connect to the vnc
and the docker compose file does not work the template, i have to create it custom single
@Nedervino commented on GitHub (May 14, 2018):
+1, using MacOSX High Sierra (10.13.4) and with the exact same logs as CapDam. @butomo1989 any update on a possible fix that doesn't require a hypervisor?
@moradkh commented on GitHub (May 22, 2018):
any update ? I can help with this
@budtmo commented on GitHub (May 22, 2018):
Hi @Nedervino @moradkh ,
Please use VMWare to run x86 image, because the performance of arm image is really slow and cause a lot of issues so it would be great if you can investigate it and create PR.
@pasqualevitale commented on GitHub (May 31, 2018):
VMWare (as all hypervisor) are not able to run KVM, and x86 requires KVM, so you have to use a working image of emulator with arm for VMs
@budtmo commented on GitHub (May 31, 2018):
For windows you can try VMWare player. I tried it last time and it works. for Mac please take a look in readme how it works, somebody contributed to the documentation last time.
@budtmo commented on GitHub (Jul 5, 2018):
I will close this issue, because I will not support arm image in the future. Please use VM that support virtualization to be able to run x86 image.