Execvp(): Permission denied when adding android platform

Hi all,
I’m getting an error when executing “ionic platform add android”
(I shortened the paths for readability):

Creating android project...
Creating Cordova project for the Android platform:
    Path: ../../../../../../../../../angularjs/ionicExamples/tabsApp/myApp/platforms/android
    Package: com.ionicframework.myapp290635
    Name: myApp
    Android target: android-19
Copying template files...
Project successfully created.
Running command: ......./angularjs/ionicExamples/tabsApp/myApp/hooks/after_prepare/010_add_platform_class.js ....../angularjs/ionicExamples/tabsApp/myApp
execvp(): Permission denied

afterwards ‘com.ionic.keyboard’ also fails and quits…
ubuntu 14.04
ionic 1.2.13
cordova 4.1.2

Any help would be appreciated :smile:

Problem Solved- I was working on a shared NTFS drive of a multi-boot win/linux machine.
I started the project again, this time inside the linux home directory and all went well :smile: