Visual studio 2015 Android is missing .mk files for NDK development

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.

+2
android visual-studio android-ndk native shared-libraries
source share

No one has answered this question yet.

See similar questions:

7
Configuring C ++ 11 (std :: thread) for NDK using ADT / Eclipse

or similar:

1419
Using Git with Visual Studio
1104
.gitignore for Visual Studio projects and solutions
989
Can you make Visual Studio work as an administrator in Windows 8?
815
Difference between build solution, rebuild solution, and clean solution in Visual Studio?
801
Should I add Visual Studio.suo and .user files to the source control?
505
Error "LINK: fatal error LNK1123: failed to convert to COFF: file is invalid or damaged" after installing Visual Studio 2012 Release Preview
480
Visual Studio debugging / loading is very slow
244
Create an unsigned APK file with Android Studio
5
Visual Studio 2015 Android NDK ARM architecture
0
Can Visual Studio 2015 compile C ++ libs for Android / iOS?

All Articles