Updated the hooks directory to have execute permissions

How to solved this error, this error occurs when you try to add the android platform , using the command line

ionic platform add android

Error happened { [Error: ENOENT: no such file or directory, open 'C:\Users\pedromiguel\aplicacionesIonic\config.xml'] errno: -4058, code: 'ENOENT', syscall: 'open', path: 'C:\\Users\\pedromiguel\\aplicacionesIonic\\config.xml' } Error: ENOENT: no such file or directory, open 'C:\Users\pedromiguel\aplicacionesIonic\config.xml' at Error (native)

**

Your system information:

**

Cordova CLI: 6.0.0
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
OS:
Node Version: v5.5.0

Android Studio 1.5
 jdk1.8.0_73

You face this problem when you don’t give space before you write the command
like C:\User\Anas>ionic paltform add android //not write like this

C:\User\Anas> ionic paltform add android // write like this

give the space between Anas> ionic