So fügen Sie die Plattform Android (Cordova) auf dem Mac

Ich habe die Anweisungen befolgt.phonegab docs undWie Android Cordova-Plattform hinzufügen? PFAD-Fehler?

mein .bash_profile:

export PATH=/usr/local/bin:$PATH
export PATH=$PATH:~/Development/adt-bundle-mac-x86_64-20140321/sdk/platform-tools
export PATH=${PATH}:~/Development/adt-bundle-mac-x86_64-20140321/sdk/platform-tools:~/Development/adt-bundle-mac-x86_64-20140321/sdk/tools
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
eval "$(rbenv init -)"

aber immer noch Fehler beim Ausführen von Cordova-Plattform hinzufügen Android oder ionische Plattform Android:

Error: The command "android" failed. Make sure you have the latest Android SDK installed, and the "android" command (inside the tools/ folder) is added to your path.

Irgendwelche Lösungen? Dankeschön