dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.62k stars 347 forks source link

Incorrect ADB server version #185

Closed akuholla closed 8 years ago

akuholla commented 8 years ago

Incorrect ADB server version 00040023 (expecting one of ['00040020', '0004001f'])

This is happening after I updated my Android SDK tools.

Changed the version in the following file and it works now. ./src/com/dtmilano/android/adb/adbclient.py

dtmilano commented 8 years ago

Great. Would you like to create a pull request adding the new adb version number?

ranjeetsinha13 commented 6 years ago

@dtmilano I am getting this issue for ADB version 00040028. Can you please add that to the list of valid adb versions? Or should I create a PR ?

tonisives commented 5 years ago

I get this for 00040029

dtmilano commented 5 years ago

@ranjeetsinha13, @ttiganik please go ahead and create a PR Check that everything works with the ADB version you are using.