Friday, June 1, 2012

Android SDK Command Line Tips

Default port numbers used by emulator:
  • 5554 for console
  • 5555 for adb debug bridge
To list the devices / emulators that the adb is currently connected to:
"adb devices"

If adb does not connect to a running emulator (which sometimes happens):
"adb connect 127.0.0.1:5555"

No comments:

Post a Comment