5

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

qximin
  • 167
  • 1
  • 2
  • 11
  • That's perfectly normal. An arm image will take forever to load. You must use the intel haxm emulator instead. Search on StackOverflow for instructions on how to install that. – Stephan Branczyk Mar 15 '15 at 05:35

3 Answers3

27

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)
shijq73
  • 709
  • 8
  • 6
  • 1
    As opposed to other methods this actually works. You have to use the down arrow key, moving mouse alone doesn't do any good. – kboom May 01 '15 at 19:42
4

This might help

In window,

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

Thanks

Ravikant Paudel
  • 2,228
  • 2
  • 17
  • 28
0

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

Vishnu
  • 1,516
  • 1
  • 10
  • 15