I put "libiconv.a" in a JNI-folder. Compiled successfully. On Android8 it's crashed when starting app.
On Android10 compiled application starts normally, but when I press jButton on the main form and dynamically create TIdUDPServer and trying to send packet - it's crashed also.
the same problem with last indy version in android 10 with lamw, first when i try to build the application with idhttp and idssl... not compile because not found the iconvec library, i solve it coping the 3 libray file to the System indy folder, then when it build the app run good but when i start the ld http client the application it's closed with no error message.
Looks like I've found the bug origin when I worked with other network component - Synapse. When we use network listening, we should use Threads. Synapse also crashed in same situation until I've put
in
main project file - controls.lpr.
I want to test Indy for Android now with such solution!