Positioning Starting Location Of Android Virtual Device
I am trying to position the emulated phone in Android Studio virtual device. Launching the Nexus S API 21 virtual device, places the emulation at the top of top of the screen and
Solution 1:
You can resize your Android Emulator by connecting to it via telnet
:
$ adb devices
List of devices attached
emulator-5560 device
$ telnet localhost 5560
Connected to localhost.
Escapecharacteris'^]'.
Android Console: type 'help'for a list of commands
OK
window scale 0.75
OK
Post a Comment for "Positioning Starting Location Of Android Virtual Device"