Android:如何将Studio连接到Genymotion虚拟设备?

时间:2019-04-01 01:48:49

标签: android genymotion

我在Android Studio v3.3.2中安装了Genymotion v1.0.7插件。当我单击Studio工具栏上的Genymotion图标时,它将启动Genymotion设备管理器对话框。我选择一个虚拟设备,然后单击“开始...”,该设备将在新对话框中启动,并且Genymotion设备管理器中该设备的状态行显示为“打开”。 enter image description here

下一步,我单击Studo的“运行”图标,然后启动“选择部署目标”对话框,但是没有“已连接的设备”。我在这里想念什么?

enter image description here

请注意,在“文件/设置/插件”下已启用Genymotion插件。但是Studio会将插件图标显示为灰色。不确定这意味着什么:

enter image description here

我正在Genymotion中使用Android SDK工具使用自定义ADB:

enter image description here

这是Studio中ADB的位置:

enter image description here

2 个答案:

答案 0 :(得分:2)

现在我使用:adb connect genymontionip:5555

adb connect 192.168.145.101:5555

genymontion 3.0.2解决了这个问题

发行说明https://www.genymotion.com/product-release-note/desktop/#release-302

答案 1 :(得分:1)

转到Genymotion设置的ADB标签并设置Use custom Android SDK tools

enter image description here

然后将路径设置为您的Android Studio实例正在使用的同一SDK(Tools-> SDK Manager)。