I\'m new to cordova mobile app development. I have install Node and then install cordova. i have done those steps to create a cordova android app.
The problem is PATH wrongly defined on .bash_profile.
open ~/.bash_profile
. Then the bash profile open in a text editor.export PATH=${PATH}:/Applications/Android\ Studio.app/sdk/tools
You can check that is working or not via typing android
on terminal.