mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #16] Emulator on the images get stuck and need to be killed #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#10
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 @oxygen220 on GitHub (Jun 27, 2017).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/16
Hi,
I have tried almost all linux and Windows images but unfortunally emulator get stuck while container is running an then I should kill its process. No matter how much resource is dedicated to Docker.
OS: Windows 10
@budtmo commented on GitHub (Jun 27, 2017):
Hi @oxygen220 ,
Thank you for reporting this issue. what do you mean with "get stuck"? could you can send me the error message? you can get it with following command:
docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.logBut I think it is not an error, you just need to wait bit longer because you can only arm image on windows OS and it takes around 10 minutes to get emulator ready. I will try to find way to speed up it for Mac and Windows OS (you can follow this issue #11 ). For best performance, you need to use linux OS for it.
@oxygen220 commented on GitHub (Jun 29, 2017):
Thanks, That 's duplicate of #11