I want to test/debug my Android application on an Android emulator running on a remote system which is connected via LAN.

Is this possible?

有帮助吗?

解决方案

adb kill-server
adb connect <IP>:5555

ip address should be the actual IP of your virtual machine running..

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top