问题描述
使用具有所有建议设置的最新Android Studio全新安装,尝试启动模拟设备时出现此连续错误。设备可以正常启动并正常工作,但是如果它们关闭,则 adb.exe已停止工作弹出窗口继续出现,此外,由于无法识别该设备,因此无法将其与Android Studio链接。即使我下载了以前的Android(Android 9.0)映像,我也遇到了同样的问题。
With the latest clean installation of Android Studio with all the recommended settings I have this continuous error when I try to start an emulated device. The device starts up correctly and works properly but the "adb.exe has stopped working" popups continue to appear if they are closed, furthermore it is not possible to link the device with Android Studio because it is not recognized. Even if I download a previous image of Android (Android 9.0) I have the same problem.
安装的唯一插件是Dart和Flutter。
这个问题可以重复,但是我没有找到解决这个问题的方法,或者找到的解决方法不允许我解决这个问题。
The only plugins installed are Dart and Flutter.The question could be repeated but I did not find solutions for this problem, or rather, the solutions found did not allow me to close this problem.
之前此更新一切正常。
在这种情况下,我们说的是全新安装。
Before this update everything was working properly.In this case we speak of a clean installation.
当我尝试启动 main.dart应用程序以将其安装在设备上时,唯一的错误出现的是错误检索ro.product.cpu.abi的设备属性:
When I try to start the "main.dart" application to install it on the device the only error that appears is "Error retrieving device properties for ro.product.cpu.abi:"
Android Studio 3.4.1 Build#AI-183.6156.11.34.5522156,基于2019年5月1日JRE:1.8.0_152-release-1343-b01 amd64 JVM:JetBrains在Windows 10 10.0中运行OpenJDK 64位服务器VM
Android Studio 3.4.1 Build #AI-183.6156.11.34.5522156, built on May 1, 2019 JRE: 1.8.0_152-release-1343-b01 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0
Android Debug Bridge版本1.0 .41
版本29.0.0-5611747
Android Debug Bridge version 1.0.41Version 29.0.0-5611747
推荐答案
有一个临时修复程序现在(如果您使用的是Windows)!
There is a temporary fix for now (if you're using Windows)!
1st 关闭 Android Studio
第二个 打开CMD并输入: taskkill / f / im adb.exe
3rd 下载此文件:
第四名 转到
4th Go to
并替换平台-tools文件夹,其中包含刚下载的新文件夹。
and replace the "platform-tools" folder with the new one that you just downloaded.
ps:(a)不要忘记保留备份(b)AppData是隐藏文件夹
ps: (a) don't forget to keep the backup (b) the AppData is a hidden folder
这篇关于adb.exe已停止使用Android Studio 4.3.1和Android 9. +的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!