qximin
qximin

Reputation: 167

AVD could not move on the screen

I just created an AVD but the startup screen is blank and could not move on the screen. My setting is like below:

Android 5.0.1 arm Scale: 4dp on device RAM: 512 MB VM heap: 128 MB

Upvotes: 5

Views: 4777

Answers (3)

Vishnu
Vishnu

Reputation: 1534

Just figured out a way for this.

Go to settings of AVD and Enable "Show window frame around device". Once this is enabled, you can easily drag it anywhere you like. Even take it out of window. See the images below:

enter image description here

enter image description here

Upvotes: 2

Ravikant Paudel
Ravikant Paudel

Reputation: 2286

This might help

In window,

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

Thanks

Upvotes: 4

shijq73
shijq73

Reputation: 719

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)

Upvotes: 27

Related Questions