为什么我的 Android Studio 模拟器屏幕只在任务栏中可见
Why is my Android Studio emulator screen only visible in the task bar
我正在尝试 运行 我的 Android Studio 应用程序使用我的模拟器。但是当我尝试 运行 时,它的模拟器只显示如下:
Emulator stuck in taskbar - Windows 10
我已经创建了多个虚拟设备,但所有这些都有同样的问题。可悲的是,我无法控制我的模拟器,除非我将鼠标悬停在它上面然后只显示模拟器的屏幕但视图被最小化并且一旦我将鼠标移开或者即使我双击屏幕也没有任何反应。顺便说一下,我使用的是 windows 10 和 Android Studio 3.6.3。我的问题类似于Android Studio emulator gets stuck minimised in task bar。但是这个问题对我解决问题没有帮助。
也许它在其他地方打开:尝试以下操作:
- Press SHIFT+CTRL
- Right Click on the Program showing up in the taskbar.
- Select the "Move" Window option
- Use the keyboard (Left Arrow/Right Arrow) <-/ -> keys to move the window to the center of the screen.
- Try holding down the left arrow key for a while to see the Window outline. Try moving right/up/down if the window outline is still not visible.
- Hit enter when you can see the Window outline move to the center of the screen.
It appears that the desktop extends beyond the Screen Display and the program window seems hidden. Moving the Window either to the Left / Right / Top/ Bottom of the screen helps.
复制自 here。
我正在尝试 运行 我的 Android Studio 应用程序使用我的模拟器。但是当我尝试 运行 时,它的模拟器只显示如下: Emulator stuck in taskbar - Windows 10 我已经创建了多个虚拟设备,但所有这些都有同样的问题。可悲的是,我无法控制我的模拟器,除非我将鼠标悬停在它上面然后只显示模拟器的屏幕但视图被最小化并且一旦我将鼠标移开或者即使我双击屏幕也没有任何反应。顺便说一下,我使用的是 windows 10 和 Android Studio 3.6.3。我的问题类似于Android Studio emulator gets stuck minimised in task bar。但是这个问题对我解决问题没有帮助。
也许它在其他地方打开:尝试以下操作:
- Press SHIFT+CTRL
- Right Click on the Program showing up in the taskbar.
- Select the "Move" Window option
- Use the keyboard (Left Arrow/Right Arrow) <-/ -> keys to move the window to the center of the screen.
- Try holding down the left arrow key for a while to see the Window outline. Try moving right/up/down if the window outline is still not visible.
- Hit enter when you can see the Window outline move to the center of the screen.
It appears that the desktop extends beyond the Screen Display and the program window seems hidden. Moving the Window either to the Left / Right / Top/ Bottom of the screen helps.
复制自 here。