0

I am using eclipse 32-bit version at the time of initiation. I choose tablet as android virtual device,but now I want to change my virtual device,so,please tell the procedure how to change the android virtual device?

Aditi Parikh
  • 1,522
  • 3
  • 13
  • 34
  • how-to-create-a-new-avd-in-eclipse - http://stackoverflow.com/questions/14317789/how-to-create-a-new-avd-in-eclipse – sjain Apr 16 '14 at 13:09

5 Answers5

0

In Eclipse, click on Run in the toolbar then Run Configurations. Select your application and click on the Target tag. You can then select which AVD to use or set it to manual so it asks you each time you run the app.

Kostya Khuta
  • 1,846
  • 6
  • 26
  • 48
0

"Run As" -> Run Configurations -> Target Select your new Android Virtual Device and It's done :)

shinjidev
  • 383
  • 1
  • 6
  • 21
0

I recommend you to use genymotion. Maybe, install the app is not so easy because you need also install a virtual machine but that emulator/s are working much better than the oficial. Specially when you need run the app frecuently: the app will be loaded faster than using the official one.

http://www.genymotion.com/

Juan Pedro Martinez
  • 1,924
  • 1
  • 15
  • 24
0

If you have Your required device then you can change configuration from

enter image description here

Then check the selected radio button enter image description here

Or if you don't have

Just Create a new Virtual Device from Virtual Device Manager

enter image description here

click on Second Icon Then

enter image description here

You will be either asked for configuration or

enter image description here

You can select predefined configuration

enter image description here

Trikaldarshiii
  • 11,174
  • 16
  • 67
  • 95
0

You can change Run configurations for your project from Run->configurations then choose what you want to be as the target

There are 3 options: 1- Always prompt pick device(I think this might be helpful to you)

2- Launch on all active devices

3- Automatically pick device

mha90
  • 181
  • 6