I am using android studio to build and also using dexgurad tool to encrypt the source file.
When I run the application on emulator, I get the following error /crash, but it works fine on device.
not sure what I am missing. It was working fine until I upgraded IDE and android SDK.
Any help to fix this issue us highly appreciated.
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.ctt.celltrak2-1/lib/x86/libsqlcipher_android.so: has text relocations
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:140)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:135)
Thanks