From efeeef214b93069424ebf5b575b6a2c69800dae9 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Fri, 30 Jan 2015 10:17:18 -0500 Subject: [PATCH] Paste in the command for downloading robotium in tests readme --- test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/README.md b/test/README.md index 1ef3950d..700cee25 100755 --- a/test/README.md +++ b/test/README.md @@ -47,6 +47,8 @@ Robotium has to be installed for the onScrollChanged tests to work correctly. I found at https://code.google.com/p/robotium/ and the jar should be put in the 'androidTests/libs' directory'. + mkdir -p androidTests/libs && curl 'http://dl.bintray.com/robotium/generic/robotium-solo-5.2.1.jar' > androidTests/libs/robotium-solo-5.2.1.jar + ## Running To run manual tests: