Hi pjsip group I've build whole pjsip using android NDK. At this point I can see pjsua executable and other examples compiled in binary format (without manifest file & other Android Stuff) If I transfer pjsua to device and run from adb shell cli I'm getting "segmentation fault" all the time, even if I run: pjsua --help ==>> segmentation fault? This is curious because "--help" paremeter prevents any pjsip initialization code. Even If I modify pjsua main function to "return 0" I'm getting segmentation fault Please, can you give some traces on this? cheers Sergio