I am trying to run a phonegap app on my Ubuntu machine.
I a getting the error related to the path for the ANDROID_HOME
.
This is what I have in my bash_profile
export ANDROID_HOME=/home/suraj/Android/Sdk
PATH=$PATH:$ANDROID_HOME/home/suraj/Android/Sdk/tools
PATH=$PATH:$ANDROID_HOME/home/suraj/Android/Sdk/platform-tools
After putting this I am doing source ~/.bashrc
to restart.
What is wrong here?