简体   繁体   English

Android 模拟器:缺少右侧面板

[英]Android Emulator: missing right panel

It seems to be that in the latest version of Android studio, Google includes a new skin for the emulator.似乎是在最新版本的 Android Studio 中,Google 为模拟器包含了一个新皮肤。

在此处输入图片说明

I noticed that their is a side panel at the right of the emulator.我注意到它们是模拟器右侧的侧面板。 In my case, this panel is missing.就我而言,该面板丢失了。 I've searched for hours but with no result.我已经搜索了几个小时,但没有结果。 Could anyone show me how to enable this panel in the emulator谁能告诉我如何在模拟器中启用这个面板

PS: I'm using Ubuntu 14.04 PS:我使用的是 Ubuntu 14.04

  1. Put mouse at top right conner(Cursor change to double head arrow)将鼠标放在右上角(光标变为双头箭头)
  2. left click mouse and drag out to right.单击鼠标左键并向右拖出。 The panel will display again.面板将再次显示。

Minimise the emulator window then maximise it again.最小化模拟器窗口,然后再次最大化。 The right panel will re-appear.右侧面板将重新出现。

After some hours digging, I ended up updating my Android sdk tools to the latest version (25.1.1 in my case).经过几个小时的挖掘,我最终将我的 Android sdk 工具更新到了最新版本(在我的例子中是 25.1.1)。 Then the problem solved.然后问题就解决了。

I might late to answer this question but hope it will help someone :我可能会迟到回答这个问题,但希望它会帮助某人:

If you want side panel of android emulator just resize using mouse and side panel will be visible.如果您想要 android 模拟器的侧面板,只需使用鼠标调整大小,侧面板将可见。 I have tried this and it is working.我试过这个,它正在工作。

For My Case, Right pane suddenly disappeared.对于我的案例,右窗格突然消失了。 Unfortunately, none of the above works不幸的是,以上都不起作用

Below steps helped me to get the side panel back以下步骤帮助我取回侧面板

  1. Closed the emulator关闭模拟器
  2. Opened it using cold boot使用冷启动打开它

Note : you can cold boot from android studio, I used command line注意:你可以从 android studio 冷启动,我用的是命令行

For windows OS, the command look like this.对于 Windows 操作系统,命令如下所示。 It may change depends on OS.它可能会改变取决于操作系统。

cd C:/Users/{userName}/AppData/Local/Android/Sdk/emulator
./emulator -avd Pixel_XL_API_29 -no-snapshot -no-snapshot-load

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM