Posts

Showing posts with the label ionic-native

ionic build android's Error : copyFileSync: could not write to dest file

ionic build android's Error : copyFileSync: could not write to dest file When I use the command : ionic cordova build android here is what I get : ionic cordova build android cp: copyFileSync: could not write to dest file (code=ENOENT):/Users/mehdigriche/work/cam1/test/platforms/android/res/xml/config.xml Parsing /Users/mehdigriche/work/cam1/test/platforms/android/res/xml/config.xml failed (node:2306) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, open '/Users/mehdigriche/work/cam1/test/platforms/android/res/xml/config.xml' [10:50:14] lint finished i Have you checked the existence of or the permissions on the files mentioned in the error? – Thomas Smyth Dec 28 '17 at 11:17 8 Answers ...