April 27, 2011

[SOLVED] ReConnect Eclipse to Android emulator

Just run these command in your console

adb kill-server
adb connect <%TARGET_PC_IP_OR_HOSTNAME%>:<%EMULATOR_PORT%>


for emulator on my pc it was
adb kill-server
adb connect localhost:5555

Source: stackoverflow.com

No comments:

Post a Comment