It's not really a console problem, more of a port problem.. http://stackoverflow.com/questions/9924274/maximum-number-of-devices-connected-to-an-adb-server
I've done this before. But be aware: you really can't run more than 16 emulators unless you're on a machine with tons of processors (I had ~30 cores or so): doing more than one per core is really just a bad idea. Kris On Mon, Apr 15, 2013 at 10:46 AM, Adam Allred <[email protected]> wrote: > Hello, > > It seems that the maximum number of emulators that can be run on a single > system is 16, since there are a maximum of 16 consoles allowed according to: > > http://developer.android.com/tools/devices/emulator.html#console > > and I cannot for the life of me locate a way to run an emulator without a > console. > > Is there a way to run an emulator without a console that I'm just missing? > If not, is there a way to increase this max value, or perhaps eliminate it > altogether? > > Thanks. > > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

