RawSushi's Tech Journal
My online tech scrapbook where I keep my notes in case I need to look them up later
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment