cordova-plugin-crypt-file icon indicating copy to clipboard operation
cordova-plugin-crypt-file copied to clipboard

Cordova 8 compatability issue

Open bheema-bhx opened this issue 7 years ago • 1 comments

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 [email protected] , then it's working fine, please check it.

bheema-bhx avatar Jul 10 '18 12:07 bheema-bhx

#59 check here the fix

andreescocard avatar Jul 12 '18 02:07 andreescocard