yaourt android-sdk-platform-tools
yaourt android-udev
yaourt android-sdk
On ~/.bashrc
of you are using bash or ~/.zshrc
if you are using zsh in the last line put
export ANDROID_HOME=/opt/android-sdk
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
Written with StackEdit.
Man, thank you. So very much.