I have just installed Android Studio 0.2.2. I want to add the SDK tools to the $PATH
, which are in this folder:
/Applications/Android\ Studio.app/sdk/tools
so that I can use them with e.g. Phonegap.
But after I add this folder to the $PATH
, it still keeps saying:
android: command not found
Oddly, I can't run any of the executables in that folder even when I cd
to that folder and type their names.
What am I doing wrong?