Hi All,
I’m trying to deploy a qt 5.1 application on android but i get the following error when the application runs :
...
E/dalvikvm( 9688): dlopen("/data/app-lib/mypackage/libMyApplication") failed: Cannot load library: soinfo_link_image(linker.cpp:1635): could not load library "libutils.so" needed by "libMyApplication"; caused by load_library(linker.cpp:745): library "libutils.so" not found
D/AndroidRuntime( 9688): Shutting down VM
W/dalvikvm( 9688): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
E/AndroidRuntime( 9688): FATAL EXCEPTION: main
E/AndroidRuntime( 9688): java.lang.UnsatisfiedLinkError: Cannot load library: soinfo_link_image(linker.cpp:1635): could not load library "libutils.so" needed by "libMyApplication"; caused by load_library(linker.cpp:745): library "libutils.so" not found
...
Seems like my “libutils.so” is not found but i checked and it is into the android/libs/armeabi-v7a directory !
My application name is “MyApplication” and depends on the library “libutils.so”. It successfully compiled on Desktop Kit.
What the mater ?
Thanks.
↧