Skip to content

Instantly share code, notes, and snippets.

@vigneshncc
Created June 23, 2016 17:41
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 vigneshncc/3d3541f48f8be78abc34232ac64fe1a5 to your computer and use it in GitHub Desktop.
Save vigneshncc/3d3541f48f8be78abc34232ac64fe1a5 to your computer and use it in GitHub Desktop.
Installing ADB for Android in linux
sudo add-apt-repository ppa:phablet-team/tools
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
adb devices
adb kill-server
adb start-server
adb connect <ipaddress>
adb -P <port> start-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment