How to set ANDROID_HOME path in ubuntu?

HillHacker picture HillHacker · Oct 8, 2014 · Viewed 325.9k times · Source

How to set ANDROID_HOME path in ubuntu?

Please provide the steps.

Answer

Dario Quintana picture Dario Quintana · Mar 5, 2015

In the console just type these :

export ANDROID_HOME=$HOME/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools

If you want to make it permanent just add those lines in the ~/.bashrc file