mavlink / MAVSDK-Java

MAVSDK client for Java.
71 stars 41 forks source link

Link libc statically for Android #66

Closed JonasVautherin closed 3 years ago

JonasVautherin commented 3 years ago

If I use the shared libc, I failed back to the issue I have because I have multiple libc++_shared.so:

More than one file was found with OS independent path 'lib/x86/libc++_shared.so'. If you are using jniLibs and CMake IMPORTED targets, 
see https://developer.android.com/studio/preview/features#automatic_packaging_of_prebuilt_dependencies_used_by_cmake

I gave more details few weeks ago in a post on the PX4 discussion forum

Originally posted by @Katawann in https://github.com/mavlink/MAVSDK-Java/issues/65#issuecomment-813878587

JonasVautherin commented 3 years ago

Moved to https://github.com/mavlink/MAVSDK/issues/1397