Created
June 23, 2016 17:41
-
-
Save vigneshncc/3d3541f48f8be78abc34232ac64fe1a5 to your computer and use it in GitHub Desktop.
Installing ADB for Android in linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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