diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md index 82bc3ffda9635a97af5acb8715d5b98fc10d440c..4e4e1685f6db128eb8cb09986e4924567f35ea75 100644 --- a/tensorflow/examples/android/README.md +++ b/tensorflow/examples/android/README.md @@ -180,7 +180,7 @@ After editing your WORKSPACE file to update the SDK/NDK configuration, you may build the APK. Run this from your workspace root: ```bash -bazel build -c opt //tensorflow/examples/android:tensorflow_demo +bazel build --cxxopt='--std=c++11' -c opt //tensorflow/examples/android:tensorflow_demo ``` ##### Install