Created
May 31, 2016 13:14
-
-
Save kzorluoglu/c300afad0aaa2e43a89f34a799eac2c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano ~/.bashrc | |
after added to the last row | |
export ANDROID_HOME=~/android-sdk-linux | |
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment