The Android emulator is out of view, how can I move it?

前端 未结 11 1780
广开言路
广开言路 2020-11-28 06:59

I used an additional display with my laptop and moved the Android emulator there. It seems to remember the location even if the display is not connected anymore.

Is

相关标签:
11条回答
  • 2020-11-28 07:29

    In my case none of the answers related to move the emulator window worked.

    To make it work with "scale and layout" NOT in 100% (as I had in my case) I had to do this

    Also did this (not sure if necessary, but in case somebody needs it):

    I had to right click on desktop, then "display properties", then "Advanced scaling settings", then set the scaling to 100% (I had it in 250%), then open the emulator and resize it as small as possible and put it in the top left of my screen. Then "Turn off custom scaling and sign out", then I could see and resize my emulator window.

    0 讨论(0)
  • 2020-11-28 07:30

    Alt+Space then use the arrow keys

    0 讨论(0)
  • 2020-11-28 07:34

    For Windows operating system Control panel -> Programs -> Turn window features on or off -> check Telnet client and Telnet server option -> ok

    now open your cmd as administrator come to your 'c' drive path using cd\

    C:\Users\Harin>cd\

    C:\telnet localhost 5554

    now it's open new window write

    window scale 0.3

    here 5554 is your emulator screen number and 0.3 is your screen size, you can change as you want for example 0.2 or 0.4 etc

    0 讨论(0)
  • 2020-11-28 07:36

    At First Go-to your AVD MANAGER SECTION & Click On It ,Then

    1. Right Click on Your Virtual Mobile & See "Show On Disk " & Click on it

    2. Then you see Your AVD Drive & see emulator-user.ini & Then open it .

    3. set value window.x = 0 window.y = 0

    4. Close & Restart Your Project & AVD Also .

    0 讨论(0)
  • 2020-11-28 07:39

    If you are using Mac and you aren't able to move the emulator by normal dragging the emulator then do this.

    1. Display Mission Control using control + arrow up.
    2. Move the emulator to your new window/monitor.
    3. click on the emulator or control + arrow down

    done!

    0 讨论(0)
提交回复
热议问题