I want to declutter my phone from some xiaomi apps, especially GetApps application. So as I researched on internet, I need adb for that. but I can’t make it work
I downloaded adb from SDK Platform Tools release notes, unarchived it in Android Studio and tried to use adb devices
I receive error
adb server version (39) doesn't match this client (41); killing...
* daemon started successfully
List of devices attached
8daf347a device
Another error is when I try adb shell
adb server version (39) doesn't match this client (41); killing...
* daemon started successfully
error: protocol fault (couldn't read status): connection reset
I tried to research but I have Windows 10, not Ubuntu
the set ADB=C:pathtoyouradb.exe trick don’t work
I also attempted D:adbadb.exe shell, but the error persists regardless.
xinkala is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.