Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install adb

# brew
`brew install android-platform-tools`

# apt-get
`apt-get install adb`

# windows nexustools via powershell
`iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.ps1'))`

# official zip
`https://developer.android.com/studio/releases/platform-tools`
 
PREVIOUS NEXT
Tagged: #install #adb
ADD COMMENT
Topic
Name
5+3 =