PolywickStudio 3 Posted October 26 (edited) Does ICS v9.3 support Android x64 or Android 32-bit? I get this error. Cannot load libcrypto.3.dynlib First chance exception at $000000799476004C. Exception class EIcsLibeayException with message 'Failed to load OpenSSL file libcrypto.3.dylib - Handle 0'. Edited October 26 by PolywickStudio Share this post Link to post
Angus Robertson 574 Posted October 26 Another ICS user attempted to add Android support to ICS last year, but it never worked, and the code has now been removed, Currently, ICS has limited support for Linux for tools and utilities only, particularly SSL/TLS certificates, but not TCP/UDP sockets. Those functions would probably also work today on Android with minor changes to look for the OpenSSL in the correct path, you should be able to debug the code yourself, but I'm not testing Android until Linux is fully working. I'm now working on the full Linux implementation, replacing the existing MacOS only support with new multiplatform support, it will be several weeks work. Angus 3 Share this post Link to post