Android avd is off-screen

Viewed 5890

When I run my Android app in Eclipse I can see the emulator on the toolbar but the window appears to be off the screen. Clicking on the icon in the toolbar makes it flash in or out from the right but I cannot see it.

I have had this problem before but I cannot remember how I resolved it.

6 Answers

You could try this.

or

(Windows 7 only)

Hover over the window icon in the task bar so that the preview appears, right click on the preview and select "move." You should then be able to move the window with the arrow keys. You may have to hold down the arrow key for what seems to be a very long time.

In Windows 10,I faced the same problem. My solution is like that;

  1. Start Android Studio
  2. Select the Android Studio from ALT+TAB Menu(If'nothing happens,just relax :) )
  3. Now press ALT + Space combination
  4. Click Maximize
  5. Now you may use the ide :)))
Related