Today, I struggled with Android studio and ended up doing something wrong when I ran the ADB command.
650) this.width=650; "src=" Https://s5.51cto.com/wyfs02/M01/A5/AE/wKioL1nB0JXSai0IAABm2o2_EEA906.png "title=" Qq20170920102056.png "width=" "height=" "border=" 0 "hspace=" 0 "vspace=" 0 "style=" width:600px;height:43px; "alt=" Wkiol1nb0jxsai0iaabm2o2_eea906.png "/>
Don't worry, let's take a look at how this error came about.
1. After completing Android studio, the new SDK was upgraded and environment variables were configured
2. Launched a third-party simulator
3, after the use of the ADB Devices command on the error occurred
From the cause of the error should be the version inconsistency caused, probably means that your current ADB version is 31, but your client side is 36 (here the client side I guess is a third-party simulator) does not match AH.
Try to solve, since the version is inconsistent, then unified under the version is not good, ADB is an EXE program, you can copy, so I put sdk>platform-tools> Adb.exe copied to the third-party simulator to cover TA's adb.exe, so that the version is consistent.
After restarting the simulator (here is very strange, after restarting the simulator still have a problem, I restarted the next computer, then you understand, incredibly good, alas, you are ruthless! )
This article is from the "Cockroach Performance automation test brand" blog, please be sure to keep this source http://xqtesting.blog.51cto.com/4626073/1967049
ADB server version doesn ' t match this client (36); Killing ... The workaround