First, sorry for my bad English and also yesterday here in Greece it was late night...
Second, Thank you for all your answers.
I will describe exactly the steps I have followed below.
And you didn't answer my question - if you change your project to instantiate the Indy components in code at runtime, instead of dropping them on your Form at design-time, do you get the same crash? And if so, can you catch that error?
Yes i have change my project to instantiate the Indy components in code at runtime but the same results.
Also I found that if I add to my project as depenedecy the indy package (indylaz) without adding any indy component to the form, i have the same results - Crash on start up.
A strange think that occurs after all updates (indy - laz4android - LAMW) is that during android compilation, i got the message "unit iconvec not found" - I have attach a jpg file to see exactly.
Ok i found that this unit is in fpc folder (..\fpc\3.0.4\source\packages\iconvenc\src). i add the path to laz4android search path and then i have another error.
Error linking....
I search on internet and i found that this error occurs because missing the library libiconv.so. So i found in github a precompiled library for android and i put in project folder (..\jni\).
Then ok, the compilation it was done safely and correctly. Then i build the apk.
And when upload the apk in phone, i have the problems I mentioned above.
Also i have attach the logcat file to see what happens. Look and search for " ipannouncer " - it is my app.
Thank you very much one more time...