Hi guys,
how to include android sdk path in ~/.bash_profile ?
i have inlcuded this way, it is correct or not ? help me
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin; /root/Desktop/android-sdk_m5-rc15_linux-x86/tools;
export PATH
unset USERNAME
~
please help me
Regards,
Ganga prasad.


