googlecodelabs / android-perf-testing

Automated Performance Testing on Android
https://codelabs.developers.google.com/codelabs/android-perf-testing/
Apache License 2.0
93 stars 39 forks source link

Incorrect text on website #32

Open andDevW opened 7 years ago

andDevW commented 7 years ago

There's a typo in step 2:

The Android SDK path should be set as the ANDROID_HOME environment variable. The command echo $JAVA_HOME or echo %ANDROID_HOME% should output the directory of a working Android SDK.

Should read:

The Android SDK path should be set as the ANDROID_HOME environment variable. The command echo $ANDROID_HOME or echo %ANDROID_HOME% should output the directory of a working Android SDK.