tkyaji / cordova-plugin-crypt-file

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

ionic 3 showing error src/android/com/tkyaji/cordova/DecryptResource.java not found #65

Closed manojbhardwaj closed 6 years ago

manojbhardwaj commented 6 years ago

ionic 3 showing error src/android/com/tkyaji/cordova/DecryptResource.java not found

Hi thank you for this cordova-plugin-crypt-file plugin a few day ago I used this plugin into my many projects and it's working good but today I create new project with ionic 2 and add android platform after that I try to used your plugin and on create build time it's first showing encrypt process and encrypt all html css and javascript file but after that it's showing me error on terminal with src/android/com/tkyaji/cordova/DecryptResource.java not found not found and my build process is stops and also hooks are not created on ionic 3 latest project

FinlayDaG33k commented 6 years ago

I'm also affected by this, using plain Cordova:

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, open 'C:\Users\Aroop\Documents\Git\MijnLijstjes\client\platforms\android\src\com
\tkyaji\cordova\DecryptResource.java'

Manually copying the file does seem to "fix" this issue.

UPDATE: see the answer provided by SEUNAKINTOLA on #59, this completely fixed it for me

manojbhardwaj commented 6 years ago

Thank you FinlayDaG33k https://github.com/tkyaji/cordova-plugin-crypt-file/issues/59 and it's help me

FinlayDaG33k commented 6 years ago

No problem :) would you mind closing this issue? :)