Hi Tobias, I really hope you can help me with this. I'm trying to build the Android Client https://github.com/strongswan/strongswan/tree/master/src/frontends/android
I have successfully compiled StrongSwan on my Mac as requested in README.ndk (first paragraph). I have also ndk successfully installed in Android Studio, but it fails when I try to run it in Android simulator with the following error message: Execution failed for task ':app:buildNative'. > Process 'command '/Users/houmie/Library/Android/sdk/ndk/21.3.6528147/ndk-build'' finished with non-zero exit value 2 Is this because I need to copy BoringSSL sources in app/src/main/jni/openssl as explained in the second paragraph in the README.ndk? But where is this path? I don't see it in the StrongSwan directory hierarchy. Many Thanks, Houman
