terminal 1
emulator -avd [device_name]
terminal 2
telnet localhost [console_port]
auth [auth_token]
redir add tcp:1935:1935
quit
netsh interface portproxy add v4tov4 listenaddress=[host_ip] listenport=1935 connectaddress=127.0.0.1 connectport=1935
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up