Answers for "android install adb"

0

install adb mac os

brew install --cask android-platform-tools
Posted by: Guest on December-18-2021
0

install adb

# brew
brew install android-platform-tools

# apt-get
apt-get install adb

# official zip
https://developer.android.com/studio/releases/platform-tools
Posted by: Guest on January-22-2022
0

adb path in android studio

%LOCALAPPDATA%Androidsdkplatform-tools

or

C:Users[user]AppDataLocalAndroidSdkplatform-tools
Posted by: Guest on October-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language