tkyaji / cordova-plugin-crypt-file

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

Build fail #46

Open Zapmobilegames opened 7 years ago

Zapmobilegames commented 7 years ago

Hello, I'm trying to add the plugin in my Android Cordova project but I got this build fail error:

BUILD FAILED

FAILURE: Build failed with an exception.

Could you please help me?

marianoarga commented 7 years ago

If you are using Cocoon just disable multiplex

Zapmobilegames commented 7 years ago

I use plain Apache Cordova, no Cocoon. Maybe other plugins are in conflict with this one?

marianoarga commented 7 years ago

Maybe other plugin is usign multiplex, remove other plugins and try. Or you can create a brand new cordova project and add cordova-plugin-crypt-file in order to check that this plugin is not your main problem.

akoweb commented 5 years ago

after added plugin and run build command >>> (node:1389) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:1389) [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.