During development I need to ensure that my application runs on multiple Android versions. To do this I create and run multiple AVDs. Deployment to each of these individual AVDs can be time consuming and annoying.
Does anyone know of a way that I can simultaneously deploy to multiple AVDs?
As of the date of this posting, simultaneous deployment to multiple AVDs is not supported by the ADT plugin (18.0 to be exact).
You can expect this feature in a future ADT release, as Nikolay mentioned in his answer below.