How to include .so library in Android Application correctly?
I want to develop an Android Application that uses the Sony Camera Remote SDK. I’ve downloaded the ARMv8 SDK. However, I’m unsure how to include the .so libraries and .h files correctly. I would like to call the library from a C++ Wrapper rather than directly from Kotlin/Java.