Android Studio - Unable to create Debug Bridge: Unable to start adb server: adb server version (32)

Posted sunylat

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio - Unable to create Debug Bridge: Unable to start adb server: adb server version (32) 相关的知识,希望对你有一定的参考价值。

错误提示:Unable to create Debug Bridge: Unable to start adb server: adb server version (32) doesn‘t match this client (40)

错误原因:有已经运行的adb,端口被占用了。

解决方法:Ctrl + Alt + Del ,三个键子一起按,进入“任务管理器”,找到abd.exe,杀死正在运行的它。

参考:

https://stackoverflow.com/questions/49340436/error-initializing-adb-unable-to-create-debug-bridge-unable-to-start-adb-serve

以上是关于Android Studio - Unable to create Debug Bridge: Unable to start adb server: adb server version (32) 的主要内容,如果未能解决你的问题,请参考以下文章