-
Notifications
You must be signed in to change notification settings - Fork 161
Description
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?
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.