سؤال

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