tkyaji / cordova-plugin-crypt-file

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

Generated apk file in 'release' build mode does not work #61

Open ahmadx87 opened 6 years ago

ahmadx87 commented 6 years ago

So far I've been using phonegap build service to create my apps. But to encrypt my apps I found this awesome plugin so I installed cordova cli on my machine. I tested this plugin with cordova hello world and when I build the app in 'debug' mode it works perfectly and I can install it on my phone. But if I build the app in 'release' mode the generated apk file does not get installed on my phone. I just get this error: "App not insatlled." The build process of cordova finishes successfully with no error. My cordova version is 7.1.0. Is this an issue with the plugin or am I missing something?