Android Emulator: missing right panel
Asked Answered
C

5

8

It seems to be that in the latest version of Android studio, Google includes a new skin for the emulator.

enter image description here

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

Consign answered 9/4, 2016 at 5:49 Comment(2)
Just answered : https://mcmap.net/q/1321859/-right-panel-in-android-emulator-3-0-not-showing-upAwake
@PratikButani That did not work for me. I'm using Android Studio 2.0 on Ubuntu 14.04, there is no maximize button to press.Consign
C
5

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.

Consign answered 9/4, 2016 at 12:55 Comment(0)
H
13
  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.
Helluva answered 24/11, 2018 at 3:35 Comment(0)
A
8

Minimise the emulator window then maximise it again. The right panel will re-appear.

Adumbrate answered 2/8, 2016 at 5:58 Comment(1)
what a solution!Autotomy
C
5

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.

Consign answered 9/4, 2016 at 12:55 Comment(0)
G
1

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.

Godfrey answered 2/1, 2019 at 9:11 Comment(0)
S
1

For my case, the right pane suddenly disappeared. Unfortunately, none of the above solutions worked.

Below steps helped me to get the side panel back:

  1. Close the emulator
  2. Reopen it using cold boot

Note:

While you can cold boot from Android Studio, I used a command line then.

On Windows, it looks like this. This 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
Saleswoman answered 5/2, 2021 at 4:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.