views:

183

answers:

1

Hello, I am trying to run the sms app and I need two instances of emulator on same machine. Eclipse is up and running however, the android-sdk-windows>tools>emulator.exe does not run at all. can anyone help me on this , it is urgent. asap. Thanks in advance.

+1  A: 

The AVD and emulator documentation explains how to create an AVD and launch an emulator. You will need one AVD for each instance of the emulator you wish to run.

Dre
Hello Dre, I understand your point, but then how will I run two eumlators at same time? I want to send an sms from one to another
You would create two AVDs, and launch two instances of the emulator, one using the first AVD, and one using the second AVD
Dre
Sweet... it is working...thank you very much... :)
right click on project folder>run as>run configurations>Target>choose different AVD each time you run.