Last active
April 29, 2018 22:21
-
-
Save dylan-chong/84648cca57adeede0e29532161d77033 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/google/volley/ | |
cd volley | |
need SYSfirst | |
need android | |
setenv ANDROID_HOME $ANDROID_SDK_HOME | |
# Now you have to open this android studio project, wait for it to finish loading, and then close it | |
./gradlew test | |
google-chrome build/reports/tests/testReleaseUnitTest/release/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment