tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
178 stars 116 forks source link

Cordova 8 compatability issue #69

Open bheema-bhx opened 5 years ago

bheema-bhx commented 5 years ago

When I try to run "cordova platform add android" then getting following error

(node:43215) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, open '/ionicapp/platforms/android/src/com/tkyaji/cordova/DecryptResource.java' (node:43215) [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.

After I downgrade cordova@7.1.0 , then it's working fine, please check it.

andreescocard commented 5 years ago

59 check here the fix