简体   繁体   English

android studio 4 中的“adb.exe 已停止工作”错误

[英]“adb.exe has stopped working” error in android studio 4

I am using Windows 7 Professional 32 bit os on my Laptop.我在笔记本电脑上使用 Windows 7 Professional 32 位操作系统。 I have downloaded Android Studio 4. When I open the android studio, I get an error in every two seconds " adb.exe has stopped working ".我已经下载了 Android Studio 4。当我打开 android 工作室时,我每两秒就会收到一个错误“ adb.exe has stopped working ”。

I have browsed other SO questions and I tried all the suggestions but I am still getting the same error.我浏览了其他SO 问题并尝试了所有建议,但仍然遇到相同的错误。

What I have tried:我试过的:

  1. Downloading api-ms-win-crt-locale-l1-1-0.dll from https://www.sts-tutorial.com/sites/downloadCenter.php?api-ms-win-crt-locale-l1-1-0 and pasting the DLL file to C:\Windows\System32 . Downloading api-ms-win-crt-locale-l1-1-0.dll from https://www.sts-tutorial.com/sites/downloadCenter.php?api-ms-win-crt-locale-l1-1 -0并将 DLL 文件粘贴到C:\Windows\System32

  2. Typing taskkill /f /im adb.exe in command prompt.在命令提示符下键入taskkill /f /im adb.exe

  3. Replacing the "platform-tools" folder with the new one downloaded from http://dl-ssl.google.com/android/repository/platform-tools_r28.0.2-windows.zip用从http://dl-ssl.google.com/android/repository/platform-tools_r28.0.2-windows.zip下载的新文件夹替换“platform-tools”文件夹

Even after trying the above-mentioned things, I am continuously getting the error.即使在尝试了上述事情之后,我仍然不断收到错误消息。

Please suggest what can I do.请建议我能做什么。

Also, I am getting an error in the console that " daemon is not running ".此外,我在控制台中收到“ daemon is not running ”的错误。 Suggestions on this problem are also welcome.也欢迎就这个问题提出建议。

The problem might be that you are trying to run Android Studio on an x86 OS and the system requirements, as showing here, Android Studio Download Page are a bit different:问题可能是您尝试在 x86 操作系统上运行 Android Studio 和系统要求,如此处所示, Android Studio 下载页面有点不同:

Microsoft® Windows® 7/8/10 (64-bit) 4 GB RAM minimum, 8 GB RAM recommended 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image) 1280 x 800 minimum screen resolution Microsoft® Windows® 7/8/10 (64-bit) 4 GB RAM minimum, 8 GB RAM recommended 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image) 1280 x 800 最小屏幕分辨率

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

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