Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalammar committed Dec 28, 2015
1 parent 0de14a9 commit 841ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/examples/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ built:
```bash
$ adb install -r -g bazel-bin/tensorflow/examples/android/tensorflow_demo.apk
```

Some older versions of adb might complain about the -g option (returning: "Error: Unknown option: -g").
In this case, if your device runs Android 6.0 or later, then make sure you update to
the latest adb version before trying the install command again. If your device runs earlier
versions of Android, however, you can issue the install command without the -g option.


Alternatively, a streamlined means of building, installing and running in one
command is:

Expand Down

0 comments on commit 841ee98

Please sign in to comment.