android - iq-engines-sdk error : UnsatisfiedLinkError thrown while initializing com/iqengines/sdk/IQLocal -


i trying run app on android 4.2.2 has dependency on iq-engines-sdk

ndk setup , has following output after doing project>clean

gdbserver : [arm-linux-androideabi-4.6] libs/armeabi-v7a/gdbserver gdbsetup : libs/armeabi-v7a/gdb.setup install : libiqengines-sdk.so => libs/armeabi-v7a/libiqengines-sdk.so install : libiqindex.so => libs/armeabi-v7a/libiqindex.so 

i have following files on iq-engines-sdk after build

enter image description here

this working before error

w/dalvikvm(3867): exception ljava/lang/unsatisfiedlinkerror; thrown while initializing lcom/iqengines/sdk/iqlocal; d/androidruntime(3867): shutting down vm w/dalvikvm(3867): threadid=1: thread exiting uncaught exception (group=0x40e4b300) e/androidruntime(3867): fatal exception: main e/androidruntime(3867): java.lang.exceptionininitializererror e/androidruntime(3867):     @ com.iqengines.sdk.iqe.initiqsdk(iqe.java:249) e/androidruntime(3867):     @ com.iqengines.sdk.iqe.(iqe.java:224) 

do know cause of this? have tried removing projects on workspace , importing them , did project clean , restarted ide no avail.

you cannot use x86 avd image iqengine, make sure use armv7 avd image


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -