I am using Visual Studio 2015 to compile and test native C ++ code for Android. I really need to use LOCAL_SHARED_LIBRARIES in the android.mk file to use the public library. But Visual Studio 2015 does not even have .mk files. Instead, a bunch of XML is used.
Please help me.
android visual-studio android-ndk native shared-libraries
Yuriv
source share