
正文
linux 下使用genymotion
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
在官网下载genymotion http://www.genymotion.cn/
然后进行下面操作
1.假设本机没有virtualbox 下载一个 能够通过指令 sudo apt-get install virtualbox-qt 进行下载
2. 将下载的genymotion做下面操作
-
chmod +x [INSTALLER_PATH]/genymotion-[VERSION]_[ARCH].bin
cd [INSTALLER_PATH]
./genymotion-[VERSION]_[ARCH].bin
3. 进行在android studio中进行插件安装
安装插件的方式有两种:
1.JetBrains库方法
- 启动你的IDE
- 进入"File/Settings"菜单
-
在新打开的窗体中,选择"Plugins",然后点击"Browse repositories..."
button(右下方) - 在列表中,单击Genymotion,点击"download and install"button(在左上角)
- 点击"Yes"button開始
- 点击"Close"button离开浏览库窗体
- 点击"OK"button离开设置窗体
- IntelliJ要求又一次启动。通过点击"Restart"button重新启动
2.手动方法
- 訪问Genymotion官方下载下载插件
- 启动你的IDE
- 进入"File/Settings"菜单
-
在新打开的窗体中,选择"Plugins",然后点击"install plugin
from disk..." button(右下方) - 选择genymotion-IDEA-plugin.jar文件
- 点击"OK"button
- IDE请求重新启动。"Restart"button又一次启动







