Open mbnoimi opened 4 months ago
I added OpenSSL libs to be able to build DCS as following:
armeabi-v7a
for Android 32-bit and arm64-v8a
for Android 64-bit):After adding OpenSSL my simple app keeps crashing on startup (only sees splash screen). I tried many other OpenSSL binaries but still get same result.
I really don't need wss
I just want to run ws
protocol so SSL doesn't matter for me but I'm still unable to build DCS without OpenSSL libs.
May I get some help please (I prepared my project for simple/easy testing)?
Can I build DCS without SSL support?
Currently I'm unable to build because if this error:
If I can't build without SSL support. How can I add the missing OpenSSL libs? This is my full project: https://github.com/mbnoimi/websocket-client