You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after that i results to a error. Any idea what is happening?
cp: copyFileSync: could not write to dest file (code=ENOENT):C:\Project\Test\MyApp\platforms\android\res\xml\config.xml
Parsing C:\Project\Test\LocationTracker\platforms\android\res\xml\config.xml failed
(node:6732) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, open 'C:\Project\Test\MyApp\platforms\android\res\xml\config.xml'
(node:6732) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
MarcoHuib
changed the title
Cordova prepare issue
Cordova prepare issue (res\xml\config.xml failed)
May 9, 2018
I just create a new Cordova project, add a android platform to it, then i follow the instructions from this plugin:
$ cordova plugin add cordova-plugin-keychain-touch-id
$ cordova prepare
after that i results to a error. Any idea what is happening?
The text was updated successfully, but these errors were encountered: