Set Android Home Path In Mac

[Solved] Set Android Home Path In Mac | Swift - Code Explorer | yomemimo.com
Question : set android home path in mac

Answered by : spotless-skunk-ddmtef8e5zr5

source ~/.bash_profile
echo $ANDROID_HOME

Source : https://stackoverflow.com/questions/28296237/set-android-home-environment-variable-in-mac | Last Update : Wed, 17 Aug 22

Question : set android path in macos

Answered by : ahmad-mustafeen

export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

Source : https://chat.openai.com/c/08f06a4e-3225-4e43-8130-4694b2dee4a5 | Last Update : Tue, 28 Nov 23

Answers related to set android home path in mac

Code Explorer Popular Question For Swift