My app doesn’t start after launching on emulator

My app doesn’t start after launching on emulator

BY 07 Apr 2015 Native Application Development

Hi,

I created simple file manager application and started it in emulator. All was working. Next I added into this app my libs, headers and sources. App had successful build. So, I tried start it in emulator. App successfully launched, but not started. In the log I saw next messages:

04-07 22:09:27.700 : ERROR / AUL_PAD ( 2571 : 2571 ) : preload.h: __preload_exec(124) > dlopen(“/opt/usr/apps/org.tizen.samplefilemanager/bin/samplefilemanager”) failed
04-07 22:09:27.700 : ERROR / AUL_PAD ( 2571 : 2571 ) : preload.h: __preload_exec(126) > dlopen error: libgsasl.so.7: cannot open shared object file: No such file or directory
04-07 22:09:27.820 : ERROR / AUL ( 1993 : 1993 ) : simple_util.c: __trm_app_info_send_socket(264) > access
04-07 22:09:27.950 : ERROR / AUL ( 1993 : 1993 ) : simple_util.c: __trm_app_info_send_socket(264) > access

I have libgsasl.so in my project, and I don’t know why emulator can’t find it. So, have you any idea how fix it?

Written by