[android-developers] Error reading a file

2016-09-21 Thread derinlois1
Error loading Local Master Keys, file: "/libs/cfg/secret.lmk" does not exist. Please specify a valid LMK file, or rebuild a new one. I called the file from JCESecurityModule sm = new JCESecurityModule( "libs/cfg/secret.lmk", "com.s.sdk.security.jceadapter.SunJCE"); If i should try this out, on

Re: [android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2016-09-21 Thread derinlois1
saw this error in my log java.lang.NullPointerException 09-21 21:17:12.847 31558-31558/com.s.sdk W/System.err: at java.io.File.fixSlashes(File.java:185) 09-21 21:17:12.848 31558-31558/com.s.sdk W/System.err: at java.io.File.(File.java:134) trying to read an lmk file, what am i doing