Reputation: 15
My Emulator is bigger than my screen.i tried to resize emulator size bt could not do it. plz help?
Upvotes: 1
Views: 501
Reputation: 1411
To adjust the size of the Android Emulator from Eclipse, from the menu bar choose:
Upvotes: 1
Reputation: 178
If starting from the command line you can add the switch "-scale 0.75" to scale the UI 75%. You can also use "-scale 96dpi" to get an interface that's pretty close to the actual size of a phone on most monitors.
If using Eclipse, you should be able to add the -scale switch as an additional emulator option, but it doesn't work. Try creating the AVD using a screen resolution of HVGA. This will fit on a 1024x768 monitor without problems.
Hope this helps.
Upvotes: 1