mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
438 B
438 B
Control emulator from host machine
-
Open port 5554 and 5555 while running docker-android container
docker run ... -p 5554:5554 -p 5555:5555 ... -
Connect emulator inside docker-android container with host adb
adb connect <docker-machine-ip-address>:5555
