Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android, How can I make AVD smaller?

I have created an AVD with the following characteristics: Target: Android Honeycomb (API level Honeycomb) SD card size: 64M Skin: Built-in WXVGA

But the problem is, when I run this ADV, size of it is more bigger than screen size of my laptop. Therefore, I don't have access to all screen of the AVD.

What should I do to make it smaller?

like image 245
Hesam Avatar asked Jan 19 '23 20:01

Hesam


2 Answers

From within 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
like image 89
yogsma Avatar answered Jan 25 '23 14:01

yogsma


While launching the Emualator, just mention the screen size(in) inside the "Scale display to real size". You can mention the size in inch overthere.

Just look at below image. You can find out this launch options by first selecting AVD Name from AVD Manager and then click on start button.

enter image description here.

like image 23
Paresh Mayani Avatar answered Jan 25 '23 14:01

Paresh Mayani