“Instale o adb” Respostas de código

Instale o ADB no Mac

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
 brew cask install android-platform-tools
 adb devices
Cautious Coyote

Instale o Adb ao Linux

sudo apt-get install adb
Thoughtful Tapir

Instale o 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`
COoDiE Monsta

Instale o ADB no Mac

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Cautious Coyote

Como instalar o PATH ADB

$ adb devices
Terrible Tuatara

Respostas semelhantes a “Instale o adb”

Perguntas semelhantes a “Instale o adb”

Mais respostas relacionadas para “Instale o adb” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código