disusered / cordova-safe

File encryption for Cordova.
MIT License
35 stars 22 forks source link

Error while build development - ionic 1. #21

Open yuvaraja2 opened 6 years ago

yuvaraja2 commented 6 years ago

Safe.java:120: error: cannot find symbol CRYPTO = new Crypto(new SharedPrefsBackedKeyChain(CONTEXT), new SystemNativeCryptoLibrary()); ^ symbol: class SharedPrefsBackedKeyChain location: class Safe Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 errors

FAILURE: Build failed with an exception.

How to solve this

thiraj commented 6 years ago

Same issue. Did you fix this