简体   繁体   English

Genymotion在Windows上不起作用“ ADB服务器未确认”

[英]Genymotion doesn't work “ADB server didn't ACK” on Windows

I can't run Genymotion on my PC. 我无法在PC上运行Genymotion。 I've already changed the path of the ADB location to my local ADB. 我已经将ADB位置的路径更改为本地ADB。 在此处输入图片说明

In Android Studio all SDK packages are up to date and I've got the path to the local SDK from Android Studio so it is using the same. 在Android Studio中,所有SDK软件包都是最新的,我已经从Android Studio获得了通往本地SDK的路径,因此它使用的是相同的。

If I am trying to show all devices I get the error: 如果我尝试显示所有设备,则会出现错误: 在此处输入图片说明

My environment: 我的环境:

  • Windows 10 Windows 10
  • Genymotion Version 2.12.0 Genymotion版本2.12.0

This happens when the adb binary used by Genymotion is incompatible with the one from Android Studio. 当Genymotion使用的adb二进制文件与Android Studio中的adb二进制文件不兼容时,就会发生这种情况。

The setting you set should avoid the problem, but you must "reset" your setup to make sure all the softs use the exact same adb binary. 您设置的设置应该避免此问题,但是您必须“重置”您的设置以确保所有软件都使用完全相同的adb二进制文件。 I suggest you to close all the Genymotion devices, then close Android Studio and restart all. 建议您关闭所有Genymotion设备,然后关闭Android Studio并重新启动所有设备。

Also, check that the adb you are using on your terminal is the one from the Android SDK. 另外,请检查您在终端上使用的adb是否为Android SDK中的adb

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

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