How to set ANDROID_HOME path in ubuntu?

Question

How to set ANDROID_HOME path in ubuntu?

Please provide the steps.

Answer

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

How to run cron job every 2 hours? [closed]

How to tell if tensorflow is using gpu acceleration from inside python shell?