After I started an emulator instance, I can use adb to control it. But i don't need to specify the listening port of the emulator. My question is how does them connect together? Use default port? or something else.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
It scans the even numbered ports starting at a specific range and attempts to connect. The emulator takes control of a port each. Basically as said on http://developer.android.com/guide/developing/tools/emulator.html In the network -port section it says
|
|||