positioning starting location of Android Virtual Device -


i trying position emulated phone in android studio virtual device. launching nexus s api 21 virtual device, places emulation @ top of top of screen , i'm unable windows frame move emulation or minimize device. fixed @ top.
have tried modify file “emulator-user.ini” simulation . can change window’s. y location lets 530. when emulator graphics becomes visible see on monitor @ assume y 500 location quick flash , shifts top of screen y equals 0 , unable position device. there way set starting location?

you can resize android emulator connecting via telnet:

$ adb devices list of devices attached emulator-5560 device  $ telnet localhost 5560 connected localhost. escape character '^]'. android console: type 'help' list of commands ok window scale 0.75 ok 

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -