nativescript-app-encryption icon indicating copy to clipboard operation
nativescript-app-encryption copied to clipboard

Encryption key is generated inside RuntimeHelper.java File(It throw's some error)

Open priyangamani opened this issue 7 years ago • 1 comments

D:\Sample\platforms\android\src\main\java\com\tns\RuntimeHe lper.java:57: error: package com.tns.app_protection does not exist com.tns.app_protection.AppProtection.setKey("qyUMQZhu43KByppjVJFJyRxVG+PZaRAHId2 +mczHiwo="); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error :compileF0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16ReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

What went wrong: Execution failed for task ':compileF0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16Rele aseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

priyangamani avatar Jul 05 '17 03:07 priyangamani

please try my working copy of nativescript-app-encryption

As title, here's my working copy of nativescript-app-encryption

just use tns plugin add https://github.com/zenz/nativescript-app-encryption.git to add my plugin into your project. And do tns build ios|android --release [--for-device] will do the rest of the works.

zenz avatar Aug 21 '17 11:08 zenz