
I simplified the approach in the end, using project imports rather than duplicating code. * Added support for lone-installs of Visual Studio 2013. All toolchains and platforms are current. * Also tested vs-android against the new r10 NDK. ** vs-android only supports the “(32-bit Target)” NDK currently. ** Confusingly there are 32-bit and 64-bit Windows flavors of the “(32-bit Target)” and “(64-bit Target)” NDKs.

* Added warning message for using the new “(64-bit Target)” NDK. ** Thanks to Ilya Konstantinov for the fix. The “TRACKER : error TRK0002: Failed to execute command” error. * Fix for issue with the “Windows 64-bit” NDK. GCC 4.6 still defaults this to “Yes”, as it doesn’t exhibit issues. Linker errors occur otherwise, when using any C++ features. * Integrated “tlog” generation fix, thanks to NOTE: This version has “Ignore All Default Libraries” defaulting to “No” for GCC 4.8 and 4.9. * Added support for the “android-21” target (aka “Android 5.0”, “Lollipop”). It is still supported, but the default GCC version vs-android uses, is now GCC 4.8. (last updated for v0.94 – 24th July 2012 – Still works with latest) vs-android_samples.zip – Set of sample projects.
ANDROID NDK R5B INSTALL

* Troubleshooting – PLEASE READ THIS Latest Downloads: * HowTo_Samples – Compiling a simple Android app with vs-android. * Installation – A guide to installing vs-android. * Support for the ARM, MIPS and x86 toolchains. * Supports selection of STL types, Arm Architecture, and API versions.
ANDROID NDK R5B APK
apk package files, and can be deployed and ran using vs-android. * Ctrl-F7: compile single file functions, has no dependency checking wait. For full rebuilds, and incremental changes. * Over twice as fast as using ndk-build under Cygwin. * Intellisense and ‘External Dependencies’ correctly pull in Android NDK headers. * Supports static library projects, and links them in if marked as project dependencies. * Android settings co-exist within the same VS projects as other platforms. * Compile and link Android C/C++ projects within Visual Studio. Earlier versions lack the MSBuild integration with the C/C++ compilation systems. Vs-android supports only Visual Studio 2010, 20.

Vs-android is intended to provide a collection of scripts and utilities to support integrated development of Android NDK C/C++ software under Microsoft Visual Studio. I’m only hosting this page on my blog, to host the installer zips. This blog isn’t the place to ask for support. Source on GitHub – Please post issues to the GitHub repo.
