I started androidlcltest app on android 4.2 emulator and just the title 'LCL Test' and a black screen displayed.
Here adb logcat:
I/lclapp ( 868): Trying to load liblclapp.so
D/dalvikvm( 868): Trying to load lib /data/app-lib/com.pascal.lcltest-1/liblclapp.so 0x40ce5228
D/dalvikvm( 868): Added shared lib /data/app-lib/com.pascal.lcltest-1/liblclapp.so 0x40ce5228
I/lclapp ( 868): JNI_OnLoad called
I/lclapp ( 868): Reading our Activity Class
I/lclapp ( 868): JNI_OnLoad finished
I/lclapp ( 868): LCLOnCreate called by LCLActivity.onCreate
F/libc ( 868): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 868 (.pascal.lcltest)
I/DEBUG ( 34): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 34): Build fingerprint: 'generic/sdk/generic:4.2/JB_MR1/526865:eng/test-keys'
I/DEBUG ( 34): Revision: '0'
I/DEBUG ( 34): pid: 868, tid: 868, name: UNKNOWN >>> com.pascal.lcltest <<<
I/DEBUG ( 34): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 34): r0 00000000 r1 40010bdc r2 bef3ea6c r3 4abce000
I/DEBUG ( 34): r4 bef3ea3c r5 00000001 r6 00000000 r7 4abccae0
I/DEBUG ( 34): r8 4a83513c r9 4a83513c sl 4aa9497c fp bef3eaac
I/DEBUG ( 34): ip bef3eab0 sp bef3e920 lr 4a8af5b8 pc 4a82200c cpsr 80000010
I/DEBUG ( 34): d0 000000f043700000 d1 3ff000003fc00000
I/DEBUG ( 34): d2 000000003f800000 d3 bf62cda764a98eab
I/DEBUG ( 34): d4 4000000000000000 d5 3f80000000000000
I/DEBUG ( 34): d6 3f80000000000000 d7 3f8000003f800000
I/DEBUG ( 34): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 34): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 34): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 34): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 34): scr 60000010
I/DEBUG ( 34):
Thank you.