简体   繁体   English

Android / sdk / platform-tools / adb start-server'失败 - 必要时手动运行并且adb.exe已停止工作

[英]Android/sdk/platform-tools/adb start-server' failed — run manually if necessary And adb.exe has stopped working

更新我的android工作室后,由于该错误,我无法再在我的移动设备上运行应用程序。我需要这个帮助。

Your adb connection has hanged out. 您的adb连接已被绞死。 Open a console terminal and write adb kill-server and adb start-server . 打开控制台终端并编写adb kill-serveradb start-server

Here's how I solved: 这是我解决的方式:

I went toC:\\Users\\\\AppData\\Local\\Android\\Sdk and deleted "platform-tools". 我去了C:\\ Users \\\\ AppData \\ Local \\ Android \\ Sdk并删除了“platform-tools”。 Afterwards I installed a new "platform-tools": platform-tools_r27.0.1-windows" (I downloaded it here but you may find in another place http://mirrors.zzu.edu.cn/android/repository/platform-tools_r27.0.1-windows.zip ) 之后我安装了一个新的“平台工具”:platform-tools_r27.0.1-windows“(我在这里下载但你可以在另一个地方找到http://mirrors.zzu.edu.cn/android/repository/platform-tools_r27 .0.1-windows.zip

That means that the new sdks might not be working for me because I am using "compileSdkVersion 27" in gradle 这意味着新的sdks可能不适合我,因为我在gradle中使用“compileSdkVersion 27”

暂无
暂无

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

相关问题 ddms: 'adb.exe,start-server' 失败——必要时手动运行,Android Studio - ddms: 'adb.exe,start-server' failed -- run manually if necessary, Android Studio 未找到DDMS文件Android \\ platform-tools \\ adb.exe - DDMS Files Not Found Android\platform-tools\adb.exe android studio 平台工具缺少 adb.exe - android studio platform-tools missing adb.exe 如果需要,adb.exe 启动服务器失败,请手动运行 - adb.exe start server failed-run manually if neccessary Adb.exe文件从平台工具中自动删除 - Adb.exe file auto deleted from platform-tools 无法运行程序“C:\\Users\\admin\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe”:CreateProcess 错误=193,%1 不是有效的 Win32 应用程序 - Cannot run program “C:\Users\admin\AppData\Local\Android\Sdk\platform-tools\adb.exe”: CreateProcess error=193, %1 is not a valid Win32 application 无法从平台工具文件夹路径运行 adb.exe - Unable to run adb.exe from platform-tools folder path platform-tools \\ adb.exe:Comman d失败,退出代码为3221226356 - platform-tools\adb.exe: Comman d failed with exit code 3221226356 尝试运行 AVD 时“找不到 ADB” - 路径中的 adb.exe,重新安装了平台工具,并且没有安装防病毒软件 - 'unable to locate ADB' when trying to run AVD - adb.exe in path, platform-tools reinstalled, and no antivirus installed android studio 4 中的“adb.exe 已停止工作”错误 - “adb.exe has stopped working” error in android studio 4
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM