I'm trying to get a websocket client ("ws") to work on an android and get E / libc ++ abi: terminating.
Now know that asyncdispatch is causing problems. With a simple async program without any net connection, there is already this error. Does anyone have any experience of you? Or an idea what I could try or do?
Thanks @yglukhov,
I suspect more and more that it's because of the libraries i use. I have now tried -DANDROID_STL= c++_ shared and c++_static and also played around with both build.gradle and CMakeList.txt, but unfortunately I can't get certain functions to work. These are: Files IOs, Net, ...