我使用的是Windows 10,当我在Android Studio中启动虚拟设备模拟器时,我一直收到这样的消息:

“c:\ users \ siview \ appdata \ local \Android\ sdk \platform-tools\ ADB .exe目录下的ADB二进制文件已经过时,并且在Android模拟器上存在严重的性能问题。请更新到新版本,以获得更快的应用程序/文件传输”。

我是一个没有什么经验的新开发人员。我需要将哪些内容更新到较新的版本,以便不再显示该消息?


当前回答

对我有效的解决方法是

我关闭了Android Studio。

我访问了这个网站——https://androidstudio.io/downloads/tools/download-the-latest-version-of-adb.exe.html

从那里我下载了最新的adb.zip文件

我解压文件夹,复制3个文件-

adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll 

我打开文件夹C:\Users\PayelSenapati\AppData\Local\Android\Sdk\platform-tools

在那里,我用新文件替换了旧文件。(粘贴后替换现有文件)

然后我重新打开我的Android Studio,打开我的虚拟Android设备。一切都很顺利。错误不再存在了。

其他回答

有同样的问题,但在我的情况下,修复略有不同,因为没有更新显示为Android SDK工具。我打开虚拟设备管理器,发现我的模拟器正在运行API 27。在SDK管理器中检查,我没有安装API 27 SDK工具。安装v27为我解决了这个问题。

我对机器人也不熟悉。Dkalev的回答是正确的,但对于新用户来说并不是很具有描述性。我列出了以下步骤。

Double Shift to open the search box Type SDK Manager In the results shown click "SDK Manager" In the window that opens click the second tab "SDK Tools". You should see that there is an update available for SDK Build-Tools on the first line Check "Show Package Details" in the lower right hand corner Scroll to the last (latest version) item under "SDK Build-Tools" and check the box. (Mine was 28.0.1) Click "Apply" In the dialogue box that pops up, click "OK" When the installer finishes, click "Finish" Uncheck "Show Package Details" and look at "Android SDK Build-Tools" (first line). There should be no update available and it should say "Installed" Click "OK" to close the SDK Manager

尝试更新您的SDK工具项目,然后删除所有当前创建的模拟器,重新创建。这对我很有用

我通过卸载两个较旧的SDK构建工具版本来解决这个错误,只留下最新的版本。

这也可能是Windows 10 pro上hyper-v设置的问题。因为有了这个错误,我面对的是BSOD - https://www.techclassy.com/fix-hypervisor-error-bsod/