-3

Possible Duplicate:
Starting 2 emulators in android

i could not start second emulator when one emulator already running. Actually i want to test chat app on both emulator. Any help will be appreciated. thanks in advance

Community
  • 1
  • 1
Kalpesh Lakhani
  • 1,003
  • 14
  • 28
  • 1
    One Simplest Solution can be, you can create two Emulator with same Android Version. – Lucifer Sep 24 '12 at 10:38
  • YOu can use the avd manager to create as many emulators as required and then start them. (how ever starting several emulators would be very task intensive on your machine) – Gan Sep 24 '12 at 10:39
  • 2
    Related : http://stackoverflow.com/questions/4978179/starting-2-emulators-in-android http://stackoverflow.com/questions/8912504/installing-the-same-app-on-two-emulators – Krishnabhadra Sep 24 '12 at 10:40
  • @Lucifer thanks for reply..but can i create two emulator with different version..?? actually two emulator with same version also not worked in my eclipse :(:( – Kalpesh Lakhani Sep 24 '12 at 10:41
  • 1
    @KalpeshLakhani, yes why not, but then you need to create two different project for different Android Version, and i guess that will be little tedious job, better you go for same version, that will be easy while deploying. – Lucifer Sep 24 '12 at 10:43
  • @Lucifer..thanks a lot buddy :):) – Kalpesh Lakhani Sep 24 '12 at 10:47
  • 2
    Two different projects to have two emulator running different versions? This is nonsense... I have multiple AVDs all running different versions of Android from 2.2 to 4.1. No need for a different project... – WarrenFaith Sep 24 '12 at 10:48

1 Answers1

3

Open your AVD Manager (Eclipse -> Window -> Android Virtual Device manager), select one AVD and press "Start" on the right side.

WarrenFaith
  • 57,492
  • 25
  • 134
  • 150