After starting 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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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