Android Studio 1.2 Emulator fits to one end of the

2019-05-10 12:53发布

问题:

I have installed new Android Studio V 1.2 and tried launching my First App. The emulator which shows up is fitting to the Top Left corner of the screen and is not moving.

This happens only in this version and in Windows only. Did someone face the same isse and resolved it ??

AVD Details: Name: Nexus 5 API 21 x86 Using the Default one. Also tried creating different AVDs . All fits to Top Left corner of the screen and is not Movable

Tried Restarting There is no Auto Fit to Screen Size option now. Any remedy ? Puzzled

Log States emulator: device fd:660 HAX is working and emulator runs in fast virt mode

回答1:

I think the title of your AVD windown may be moved to out of screen, can not use mouse to drag it down, you can use following steps to move it down via keyboard.

  1. Select AVD window by mouse
  2. Press Alt and Space key, then a menu will appear on AVD window
  3. select Move
  4. use your arrow key to move it down (you should use down arrow key)

https://stackoverflow.com/a/29292949/4255980



回答2:

Press ALT + SPACE + M and move the windows by press UP, DOWN, LEFT, RIGHT and it will work.

Have fun ;)