I am doing some Android programming tutorials, but when the emulator opens up it take开发者_如何转开发s up most of the screen, which is much bigger than a normal phone looks like.
Here is a picture of my screen: http://i.imgur.com/gEuHs.jpg
And it doesn't let me resize the emulator. Are all emulators this big, and is there any way to make it smaller or resize it?
You can use a smaller resolution.
Alternatively, if you want to keep the same resolution, you can change the property "Abstracted LCD density" and check "Scale display to real size" when you start the emulator. Increasing the density will make the emulator window proportionally smaller.
You can try getting a bigger desktop, or adjust scale of window when it starts. Also, i don't recommend changing the dpi because it blurs the icons (framework-res.apk has only mdpi and hdpi drawables i think).
精彩评论