
6

install android SDK on arch linix
source link: https://gist.github.com/dianjuar/a86814b592dad96cfa9d9540cb5acbe0
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Install Android SDK on Arch Linux
1. Download Android SDK on your computer
yaourt android-sdk-platform-tools
yaourt android-udev
yaourt android-sdk
2. Create global variables on system
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
3. Restart your console and you are ready to go.
Written with StackEdit.
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK