From cf00259c385e1a95630625d915d773e54aeddcb5 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Wed, 2 Mar 2016 18:22:17 -0800 Subject: [PATCH] Updated How to build for Android on Windows (markdown) --- How-to-build-for-Android-on-Windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-build-for-Android-on-Windows.md b/How-to-build-for-Android-on-Windows.md index 7a56767..a619222 100644 --- a/How-to-build-for-Android-on-Windows.md +++ b/How-to-build-for-Android-on-Windows.md @@ -9,6 +9,8 @@ After adding the package, you will need to enable exceptions, rtti, c++11, and t * C++ -> Language -> Enable Run-Time Type Information = Yes * C++ -> Language -> C++ Language Standard = C++11 +Make sure you set this for all Platform/Configurations! + Finally, you will need to add some small initialization code detailed under [StaticLinking](#StaticLinking). In addition to the instructions mentioned here, you can get a walkthrough with a simple sample application from this [blog post](http://blogs.msdn.com/b/vcblog/archive/2015/01/06/targeting-android-with-the-c-rest-sdk.aspx). ## Non-NuGet