If I follow this steps to create a new app:
Rubens-MacBook-Pro:~ rlopez$ npm install -g cordova ionic Rubens-MacBook-Pro:~ rlopez$ ionic start myApp tabs Rubens-
You have to fix the 'gradle' to be executable by your system account:
$ sudo chmod 755 /Applications/Android\ Studio.app/Contents/grad le/gradle-/bin/gradle
I had same trouble but now it's working for me.