When I am running android simulator on eclipse [Phonegap] it launch itself in full screen. It become difficult for me to see the top and the bottom of the emulator.
How can I set the emulator size to small ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The solution is to append the parameter
-scale <scale factor>to the Emulator launch parameters. In eclipse, put it in the field “Additional Emulator Command Line Options” within the Run Configuration.Allowed
scale factorsare those between 0.1 and 3, although the most common will probably be -scale 0.5 .way 1 :
Here can help U: Menu->Windows->Android SDK and AVG manager->Choose your AVD then select Edit button, in Line Skin you choose HVGA for Built-in or custom your size resolution.