Want to set ANDROID_HOME in your Mac machine, then run the following command to set ANDROID_HOME in Mac machine.
Note: Replace
1 |
echo export "ANDROID_HOME=/Users/<User Name>/Library/Android/sdk" >> ~/.bash_profile |
Now restart your terminal and run the following command you should see the value for ANDROID_HOME
1 |
echo $ANDROID_HOME |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.