Paste in the command for downloading robotium in tests readme

This commit is contained in:
Andrew Grieve 2015-01-30 10:17:18 -05:00
parent 37617c67f8
commit efeeef214b

View File

@ -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: