Cordova build failed with error code : EACCESS
$ cordova build android
Running command: /home/user/proj1/platforms/android/cordova/build
execvp(): Permissi
My problem was solved by removing the map /platforms/android. After that I added the platform again.
cordova platform add android
For me it worked out, but I think there are multiple reasons this error is shown..
! Backup your icons !
Remember to backup your icons in /platforms/android/res/ Or copy the whole map as backup to be sure you don't lose your work...