欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Linux 下Android Studio安装并使用Genymotion

程序员文章站 2024-02-11 00:02:40
...

一、安装genymotion

必须先安装:virtualbox
个人免费版链接:https://www.genymotion.com/get-full-version/

点击下方按钮:Get Genymotion personal version 下载

下载后的文件:genymotion-3.0.2-linux_x64.bin

bash  genymotion-2.8.0-linux_x64.bin

二、Android Studio使用Genymotion

1.安装genymotion插件

进入set->Plugins,选择Browse Repositories,查找genymotion, 安装插件,插件安装好之后,紧接着重启软件,让新加载的插件生效。

2.运行程序

a.打开Toolbar View->Toolbar,显示图标

可以看到工具栏最右侧多了个Genymotion Device Manager的图标。

b.设置genymotion程序路径

c.运行genymotion

运行报错:error: cannot connect to daemon 的解决办法:

error: cannot connect to daemon(adb.exe start-server’ failed)

一般adb启动不了 基本上可以断定端口占用,而且基本上都是一些手机助手之类的软件导致的

在系统进程中结束掉所有adb进程