Android, How can I make AVD smaller?

I created an AVD with the following features: Target: Android Honeycomb (Honeycomb API Level) SD card size: 64M Leather: built-in WXVGA

But the problem is that when I run this ADV, its size is larger than the screen size of my laptop. Therefore, I do not have access to all AVD screens.

What to do to reduce it?

+4
source share
2 answers

Inside Eclipse:

1) Go to Window -> Android SDK and AVD Manager -> Virtual Devices 2) Select the AVD you want to launch and click Start 3) Check the "Scale display to real size" button 
+5
source

When starting Emualator, simply specify the screen size(in) inside the "Scale display to real size" . You can specify the size in inches.

See below image. You can find out these startup parameters by first selecting AVD Name from AVD Manager and then click the "Start" button.

enter image description here .

+4
source

All Articles