Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@juanlatorre
Last active July 29, 2020 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanlatorre/cd1bb99bbdf210cdae16a8c1ea160a6e to your computer and use it in GitHub Desktop.
Save juanlatorre/cd1bb99bbdf210cdae16a8c1ea160a6e to your computer and use it in GitHub Desktop.
Fix ADB version not matching
$ adb kill-server
$ sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb
$ sudo chmod +x /usr/bin/adb
$ adb start-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment