mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #222] Running emulator crashes #161
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#161
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 @AlexanderQuack on GitHub (Dec 27, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/222
🐛 Bug Report
Running emulator crashes. Docker restart container starts again emulator, but not for long.
Operating System:
Ubuntu 18.04
Docker Image:
budtmo/docker-android-x86-9.0
Docker Version:
18.09.7
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -p 4723:4723 -e DEVICE="Samsung Galaxy S6" -e APPIUM=true --name android-container budtmo/docker-android-x86-9.0
docker-android.stderr.log
docker-android.stdout.log
supervisord.log
@ilteoood commented on GitHub (Jan 26, 2020):
Same problem here.
In my case, even restarting the container doesn't bring back the emulator, I have to delete the container and create a new one
@AlexanderQuack commented on GitHub (Jan 30, 2020):
I have new case of crashes:
supervisord.log
xvfb.stderr.log
for me
docker exec -it ${containerName} rm -f /tmp/.X0-lockfix it