運行adb devices命令的時候出錯了: adb server version (31) doesn't match this client (40); killing... could not read ok from ADB Server * failed to start ...
原文:https: blog.csdn.net gufenchen article details 一 有時候我們用adb工具去連接安卓設備,或者模擬器的時候,會提示adb server version doesn t match this client 這樣的提示。如圖 提示的字面意思就是當前client版本 ,與server端的版本不匹配,當前版本過高引起的。注意,這里的client就是你電腦 ...
2020-04-18 10:58 0 2287 推薦指數:
運行adb devices命令的時候出錯了: adb server version (31) doesn't match this client (40); killing... could not read ok from ADB Server * failed to start ...
當使用在cmd窗口調用adb shell命令的時候 提示如下: adb server version (31) doesn't match this client (39); killing...error: could not install *smartsocket* listener ...
使用用 adb devices 提示如下錯誤 猜測是端口又被某些不法分子占用了,於是執行netstat -ano | findstr " " 哇塞好大一片,但是最關鍵的只有第一個,於是執行 tasklist |findstr " " 看,猜對了,360 ...
1、有時候用adb工具去連接安卓設備,或者模擬器的時候,會提示adb server version(31) doesn’t match this client(41)這樣的提示。如圖 提示的字面意思就是當前client版本41,與server端的版本不匹配,當前版本過高 ...
adb server version (31) doesn't match this client (39) 問題的解決方案, 在cmd中輸入adb nodaemon server -a后解決了, 記錄一下 ...
版權聲明:蜜蜂采花釀蜂蜜,奶牛吃草產牛奶。 https://blog.csdn.net/codehxy/article/details/52175186 案例1 報錯信息如下 C:\Users\linux>adb shell adb server version (31) doesn’t ...
說一下吧: 這個問題其實就是adb的問題,說明你的電腦里面有2個adb一個是36版本,一個是41版本 ...
上傳文件到海馬玩模擬器 環境變量:ANDROID_SDK_HOME配置是D:\Android\android_sdk_windows 報錯:adb server version (31) doesn’t match this client (40); killing… 分析:海馬玩和sdk中 ...