sjhoeksma / cordova-plugin-keychain-touch-id

Touch ID plugin with saving password in keychain for IOS and android
87 stars 160 forks source link

Cordova prepare issue (res\xml\config.xml failed) #41

Open MarcoHuib opened 6 years ago

MarcoHuib commented 6 years ago

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.

cesarin3134 commented 6 years ago

same issue when run $ ionic cordova build android

j3k0 commented 6 years ago

+1 using cordova-android@7.1.0

jmmobley commented 5 years ago

Has no one from this project provided a solution for this yet. This still happens! Can you please fix this or tell us how to?

nocodedweb commented 5 years ago

Still having this issue as well.