-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I am getting the below error while i am running my android app. I use the version de.adorsys.android:securestoragelibrary:1.2.2
Error Logs:
E/System: Unable to open zip file: /data/app/com.test.exampleapp-KjSh2vtbJfurEYExgpkYGA==/base.apk
E/System: java.io.FileNotFoundException: /data/app/com.test.exampleapp-KjSh2vtbJfurEYExgpkYGA==/base.apk (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:265)
at java.util.zip.ZipFile.(ZipFile.java:187)
at java.util.jar.JarFile.(JarFile.java:169)
at java.util.jar.JarFile.(JarFile.java:106)
at libcore.io.ClassPathURLStreamHandler.(ClassPathURLStreamHandler.java:46)
at dalvik.system.DexPathList$NativeLibraryElement.maybeInit(DexPathList.java:864)
at dalvik.system.DexPathList$NativeLibraryElement.findNativeLibrary(DexPathList.java:885)
at dalvik.system.DexPathList.findLibrary(DexPathList.java:600)
at dalvik.system.BaseDexClassLoader.findLibrary(BaseDexClassLoader.java:270)
at java.lang.Runtime.loadLibrary0(Runtime.java:1060)
at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
at java.lang.System.loadLibrary(System.java:1667)
at com.iovation.mobile.android.details.RootProvider.a(:3)
at a.a.a.a.b.i.a(Unknown Source:31)
at com.iovation.mobile.android.FraudForceManager.getBlackbox(:6)
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:399)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lde/adorsys/android/securestoragelibrary/SecurePreferences;
at com.test.exampleapp.sdk.SecurePreferencesLongStringKt.setLongStringValue(SecurePreferencesLongString.kt:17)