aboutsummaryrefslogtreecommitdiff
path: root/examples/ex2_espresso
diff options
context:
space:
mode:
authorAng Li <angli@google.com>2018-01-23 09:55:59 -0800
committerGitHub <noreply@github.com>2018-01-23 09:55:59 -0800
commitdf4a0e82596c10c2c41f86168ff3d0ce3db60efa (patch)
tree40d406ee175e048bdabdb5a74239d9e4482bdd62 /examples/ex2_espresso
parent9116d93c6980124968d952b29b057c61a13c3422 (diff)
downloadmobly-snippet-lib-df4a0e82596c10c2c41f86168ff3d0ce3db60efa.tar.gz
Minor clean ups (#87)
* Remove accidental duplication of example1 source. * Fix apk paths in README.
Diffstat (limited to 'examples/ex2_espresso')
-rw-r--r--examples/ex2_espresso/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex2_espresso/README.md b/examples/ex2_espresso/README.md
index 6d9053f..ba00469 100644
--- a/examples/ex2_espresso/README.md
+++ b/examples/ex2_espresso/README.md
@@ -111,7 +111,7 @@ to automate a simple app.
1. Install the apk on your phone
- adb install -r ./examples/ex2_espresso/build/outputs/apk/ex2_espresso-snippet-debug.apk
+ adb install -r ./examples/ex2_espresso/build/outputs/apk/debug/ex2_espresso-snippet-debug.apk
1. Use `snippet_shell` from mobly to trigger `pushMainButton()`: