I'm on a Mac running Mavericks trying to learn how to develop Android apps (in the process I'm learning bash too).
To run on the emulator they suggest the command android avd.
I always get the error in the title of this post. I've searched all over and the issue seems to lie with changing the PATH.
I've amended .bash_profile as such:
export PATH=/usr/local/bin:$PATH
export PATH=/usr/local/bin:$PATH
export PATH=/development/dev_android/sdk/tools:$PATH
but it's still not working.
Any thoughts?