aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/README.md')
-rw-r--r--tensorflow/examples/android/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md
index 11c8252f85..fb737f7004 100644
--- a/tensorflow/examples/android/README.md
+++ b/tensorflow/examples/android/README.md
@@ -19,7 +19,7 @@ installed on your system.
3. The Android SDK and build tools may be obtained from:
https://developer.android.com/tools/revisions/build-tools.html
-The Android entries in [`<workspace_root>/WORKSPACE`](../../WORKSPACE) must be
+The Android entries in [`<workspace_root>/WORKSPACE`](../../../WORKSPACE#L2-L13) must be
uncommented with the paths filled in appropriately depending on where you
installed the NDK and SDK. Otherwise an error such as:
"The external label '//external:android/sdk' is not bound to anything" will
@@ -45,10 +45,8 @@ your workspace root:
$ bazel build //tensorflow/examples/android:tensorflow_demo
```
-If you get build errors about protocol buffers then you may have left out the
-`--recurse-submodules` argument to `git clone`. Review the instructions
-here and then build again:
-https://www.tensorflow.org/versions/master/get_started/os_setup.html#clone-the-tensorflow-repository
+If you get build errors about protocol buffers, run
+`git submodule update --init` and build again.
If adb debugging is enabled on your Android 5.0 or later device, you may then
use the following command from your workspace root to install the APK once