Cómo agregar plataforma android (cordova) en Mac
He seguido las instrucciones.documentos de phonegab y¿Cómo agregar Android a la plataforma cordova? Error de ruta?
mi .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 -)"
pero aún así Error mientras ejecuto la plataforma cordova agrega android o plataforma iónica 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.
¿Alguna solución? gracias