My Delphi/11.3 multi-device application needs HTTPS communication and I use Indy components.
Running it in windows/32 mode works ok. Running in Android/32 mode, when it makes an HTTPS call it fails showing the error "EidOSSLcouldNotLoadSSLlibrary". I have the ssleay32.dll and libeay32.dll in the source directory (and in directory Android) but without success.
What can I do?
PS. I have read the post Delphi Android app: Could not load SSL Library but I don't know how can do Remy's suggestion.