So then this:

"The console port number must be an even integer between 5554 and 5584, 
inclusive.<port>+1 must also be free and will be reserved for ADB."

from:

http://developer.android.com/tools/help/emulator.html

is just lying?

If that's so, it just seems that adb is trying to do the work for you by 
choosing some arbitrary set of "well known ports" to scan;  as long as 
you're willing to do the bookkeeping, then you can handle it yourself. And 
in that case, did you ever try to utilize a single instance of adb for more 
than 16 emulators? It seems that assuming you can specify a random port for 
the emulator console, you could start some large number of emulators and 
then forcibly tell adb where to find all of them. Just curious about that 
part. I have no problem running one adbd per 16 emulator sessions if 
necessary.

Thanks.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to