I\'ve been diving into Android development for a while, and now I want to use some project (helpshift) in my app. On the website they have some example apps in which the rea
Add the following lines into ~/.bash_profile and source ~/.bash_profile
export ANDROID_HOME=/Users/macbook/Library/Android/sdk/ export PATH=$ANDROID_HOME/tools:$PATH export PATH=$ANDROID_HOME/platform-tools:$PATH
This is working for me