score:0
Run configurations-> target-> Addition emulator command text box
write
"scale 0.6"
(without quotes)
score:0
in linux is easy How do I launch the Android emulator from the command line?
you need to add at the end this "-scale 0.45"
for example: /home/hackro/Documentos/Software/adt-bundle-linux-x86_64-20140702/sdk/tools/emulator64-x86 -avd Android5.1.1 -scale 0.45
I have shortcuts in my menu of the linux and they work well
score:1
A simple solution with Android Studio is: - launch the adv manager - Select the emulator line you want - hit the edit button on the right (a pencil) - In the middle of the configuration screen that opens there is a Scale radio field - choose the ratio between device and screen that you prefer. I have chosen "4dp on device = 1px on screen" and the resulting size is just what I wanted (using Nexus 5). - Hit Finish
score:2
For Android Studio (0.6.1 at time of writing):
- Click Run>Edit Configurations
- Select module you want to alter under 'Android Application' expandable list on left
- Click 'Emulator tab
- Make sure 'Additional command line options' is selected and type: -scale 0.5
- Hit 'OK' and run your app!
score:3
This will do exactly what you would like to do, which is leave the emulator screen resolution alone while allowing you to scale the emulator window.
- Select the menu item
Window/Android SDK and AVD Manager/Start
- Check
Scale display to real size
, (you can then set the screen size in inches on this page) - Click
Launch
. - The skin size the way you want it will appear, no app will be running. Wait for the launch to complete. Eclipse and Windows might not be not happy if you try to start your app during the skin launch.
- Start your app (with F11 for instance).
- You may get a dialog about attaching to a running emulator. Do so.
score:3
This is simplest one
- Go to
Run
- Open command prompt
- Type:
telnet localhost 5554 or telent localhost EMULATORID
- Then you will get Android console
- Type this command
window scale 0.7
orwindow scale <value from 0 to 1>
.
And if you are using Windows 7 then you have to first activate your telnet client. for this follow these steps:
- Go to control panel
- There is icon named
Programs
below thatUninstall program
is there click on it. - Then click on the turn Windows features on or off at left most to your screen
- One list will be pop up just tick on the telnet client
- And then click on OK
- For testing go to command prompt and type
telnet
if you will not get error then telnet is working
score:4
Go to Android AVD manager and chose the device.
Click
start >> Launch options >>> Scale display to real size >> screen size >> 6
score:12
Here's what worked for me:
- In eclipse, go Run -> Run configurations.
- Select the Target tab.
- In the
Additional Emulator Command Line Options
field type-skin 320x480
or some other resolution appropriate for you. - Click "Apply" button.
- Click the "Run" button.
I tried the -scale 0.8
option but it didn't work well because although the screen size was reduced, the color looked like 8 bit color... or worse. It was entirely unusable since the flash screen was almost entirely white.
The -skin 320x480
option produced an emulator of an appropriate size with no graphics issues.
score:22
type this command
adb emu window scale 0.6
score:25
Here can help you:
- Menu -> Windows -> Android SDK and AVD manager
- Choose your AVD then select Edit button
- In line Skin you choose HVGA for built-in or custom your size resolution...
HVGA will allow the emulator to fit on your screen.
score:47
If the size of the emulator is too big. You can resize it by:
- Run > Run Configurations
- Pick the "Target" tab
- Scroll down to Additional Emulator Command Line Options and put in:
-scale 0.8
or another number
Source: stackoverflow.com
Related Query
- eclipse not showing Avd manager window and android project
- Android-emulator AVD Window Size
- I can not create an emulator in Android AVD Manager
- Android Emulator Ubuntu 14.04 Could not Create SDL2 Window GLX not Supported
- Android SDK & AVD Managers in Eclipse on Fedora 16 - no close window button
- Android Emulator and AVD will not run on Surface Pro
- Android Eclipse AVD window won't close
- Unable to create 4.2.2 Android Emulator in the AVD
- Android emulator as window inside Eclipse
- Android - Can't open emulator window
- android emulator won't open in a window
- black window with android emulator
- android AVD emulator
- Android Emulator Screen Size Problem
- Android Studio - Broke my AVD path, Broke my Emulator
- Eclipse AVD :- I cant create an Android 4.3 virtual emulator
- AVD android emulator refuse to start on Linux
- Android Emulator Displaying Weird When Scaled to Real Size
- How to resize the AVD emulator (in Eclipse)?
- AVD Manager - Cannot Create Android Virtual Device
- How to load my app from Eclipse to my Android phone instead of AVD
- Android Emulator: select AVD (Android Virtual Device) to run by default
- Android Emulator snapshot error
- Reload Android application in emulator without restarting emulator in Eclipse?
- Android emulator error: "System UI has stopped"
- Sending and receiving text using android emulator
- How to attach back the Android emulator to ADB?
- Emulator problem in Android
- Android AVD not showing anything. only "ANDROID" in the middle of the screen
- Android Emulator can't start, 'cause of wrong folder
More Query from same tag
- Eclipse xhtml autocomplete with JSF
- Eclipse - Pydev Code Completion (Unable to create the selected preference page)
- Eclipse syntax error on tokens, delete these tokens
- Error running GWT Stockwatcher example project
- How to add jssc.jar to Java Project
- Debugging multithread application with eclipse cdt
- where is the class org.eclipse.ui.PlatformUI located?
- It is failed to create Java Virtual Machine
- solaris library in windows
- Using ResourceSet to create a file
- Bluemix not able to find included JAR in project
- countup and countdown in a loop. android
- Move packages from android studio to eclipse
- Maps not loading after releasing on Play Store
- How to create a JAR file with all classes and byte code in intelliJ or eclipse?
- CSS changes shows up in eclipse but not on browser
- App throwing NullException error when Initializng variables
- Getting "Access restriction error" when using Swing utilities in Eclipse
- 404 Nicht gefunden: Invalid Request jax ws web service
- Getting multiple errors compiling Java code in Eclipse
- A plugin is preventing Eclipse from starting up
- How to create an expandablelistview by using only listview in android
- Getting started with unit testing for c++ in eclipse on Ubuntu
- Github Project in Eclipse is not shown as JavaProject
- Syntax error on token "{", SwitchLabels expected after this token-switch (char)
- Selenium: Select a div Element using java
- RESTlet eclipse update site - out of date?
- GWT: use the same UI template for multiple pages?
- Import spring project into another spring project
- Resource Id for Text View error while attaching image