简体   繁体   中英

How to keep android emulator always on top in ubuntu 14.04

How to keep android emulator always on top in ubuntu 14.04 I am using Android Studio 2.1.1 and emulator version of 25.1.6 It was working before updating Android SDK Tools to 25.1.6.

I had the same issue. I solved it like below:

First of all be aware that emulator has two different windows that are attached to each other.

  1. Right Click emulator top bar, and set it as always on top
  2. Right Click emulator icon on the dash, and choose "Emulator" this time use shortcut ALT + SPACE to reveal context menu and again choose always on top.

And that's it!

Note : every time you minimizes emulator window, do steps above again.

在活动寡妇模拟器上,按alt + space ,选择always on top

Fast way in terminal (toggle always_on_top):

wmctrl -i -r $(wmctrl -l | grep ' Android Emulator - ' | sed -e 's/\s.*$//g') -b toggle,above
wmctrl -i -r $(wmctrl -l | grep ' Emulator$' | sed -e 's/\s.*$//g') -b toggle,above

Click on the more option button on the side bar of your emulator. Go into settings. Active the option 'Show window frame around device'. Then right click on the window frame of your emulator. Click on the option 'Always on top'. That's it.

Its work for Windows

-> follow 2 steps:-

在此处输入图像描述

I know that this question if for Ubuntu, but anyone who wants another solution, as me on Debian, you could try this:

  • Right click on taskbar over "Android Emulator"
  • More Actions
  • Keep Above Others

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