Answers for "linux android adb not install"

1

Installl adb to linux

sudo apt-get install adb
Posted by: Guest on January-06-2021
1

adb command not found

export ANDROID_HOME=/Users/$USER/Library/Android/sdk
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Posted by: Guest on April-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language