mavlink / MAVSDK-Java

MAVSDK client for Java.
68 stars 40 forks source link

Update ndk to 25.1.8937393 #116

Closed JonasVautherin closed 1 year ago

JonasVautherin commented 1 year ago

Maybe fixes https://github.com/mavlink/MAVSDK-Java/issues/115

@divyanshu1234 would you mind trying with this change? You may have to install the new NDK from the SDK Manager. I'm hoping that this will come with the newer libc++, which will have our missing symbol.

divyanshupundir commented 1 year ago

Do you want me to use the mavsdk-server tar file that you had sent me or the released 1.4.6 version?

divyanshupundir commented 1 year ago

Tried it with the release v1.4.6 and it is still crashing with the updated NDK.

divyanshupundir commented 1 year ago

Tried it with the file that you had sent me and it is working fine with the updated NDK.

Looks like we can update the NDK but changing the ANDROID_NDK_API creates this problem. I suggest you keep it to 23 as it covers a good amount of devices.

We can still merge this update though.