简体   繁体   中英

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.

在此处输入图片说明

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

  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). 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. 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

For windows OS, the command look like this. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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