mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #201] Android emulator doesnt show on VNC #143
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#143
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 @sealabr on GitHub (Oct 8, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/201
🐛 Bug Report
Hello, I cant open the android emulator, I'm doing something wrong?
first create a docker container and then build the project, right?
Operating System:
5.0.0-31-generic #33~18.04.1-Ubuntu SMP Tue Oct 1 10:20:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Docker Image:
docker-android-x86-8.1
Docker Version:
Docker version 19.03.2, build 6a30dfc
Docker-compose version:
1.24.1, build 4667896b
Docker Command to start docker-android:
$ docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -p 4723:4723 --name android-container-appium budtmo/docker-android-real-device
$ docker run -it --rm -v $PWD/android-testing/ui/espresso/BasicSample:/root/tmp budtmo/docker-android-x86-8.1 tmp/gradlew build
Actual Behavior
And stoped here...
@sealabr commented on GitHub (Oct 8, 2019):
hummm.. maybe this is the problem?
@budtmo commented on GitHub (Oct 22, 2019):
duplicated #93