简体   繁体   English

如何在 ubuntu 14.04 中保持 android 仿真器始终位于顶部

[英]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. 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.右键单击破折号上的模拟器图标,然后选择“模拟器”,这次使用快捷键 ALT + SPACE 显示上下文菜单,然后再次选择始终在顶部。

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):终端中的快速方式(切换 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. Go 进入设置。 Active the option 'Show window frame around device'.激活选项“在设备周围显示 window 框架”。 Then right click on the window frame of your emulator.然后右键单击模拟器的 window 框架。 Click on the option 'Always on top'.单击“始终位于顶部”选项。 That's it.而已。

Its work for Windows它适用于 Windows

-> follow 2 steps:- -> 遵循 2 个步骤:-

在此处输入图像描述

I know that this question if for Ubuntu, but anyone who wants another solution, as me on Debian, you could try this:我知道这个问题是针对 Ubuntu 的,但是任何想要其他解决方案的人,就像我在 Debian 上一样,你可以试试这个:

  • Right click on taskbar over "Android Emulator"右键单击“Android 模拟器”上的任务栏
  • More Actions更多操作
  • Keep Above Others保持领先

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

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