Open Jbarget opened 7 years ago
Just a little step to add in:
After adding the ANDROID_HOME variable into the .bash_profile you need to close your restart your shell so it loads with the new bash_profile
.bash_profile
bash_profile
or
ask the user to run source ~/.bash_profile to load in the new file without restarting
source ~/.bash_profile
@Jbarget thanks! will add this in!
Just a little step to add in:
After adding the ANDROID_HOME variable into the
.bash_profile
you need to close your restart your shell so it loads with the newbash_profile
or
ask the user to run
source ~/.bash_profile
to load in the new file without restarting