Published
- 1 min read
save android studio home bash_profile
The solution for this is noted below
save android studio home bash_profile
Solution
nano ~/.bash_profile
export ANDROID_HOME=/YOUR_PATH_TO/android-sdk
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH
source ~/.bash_profile
echo $ANDROID_HOME
Try other methods by searching on the site. That is if this doesn’t work