You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up reverse proxy on an android emulator running inside docker is not working. I keep getting error: more than one device/emulator error .
I am using run.sh to start the container. Here is the command I use to setup reverse proxy
$ adb devices
List of devices attached
localhost:5555 device
$ adb reverse tcp:50051 tcp:50051
error: more than one device/emulator
$ adb -s localhost:5555 reverse tcp:50051 tcp:50051
error: more than one device/emulator
The text was updated successfully, but these errors were encountered:
dhoomakethu
changed the title
Adb reverse/forward commands not working
Adb reverse commands not working
Jan 30, 2020
Setting up reverse proxy on an android emulator running inside docker is not working. I keep getting
error: more than one device/emulator
error .I am using
run.sh
to start the container. Here is the command I use to setup reverse proxyThe text was updated successfully, but these errors were encountered: