android-perf-testing icon indicating copy to clipboard operation
android-perf-testing copied to clipboard

Incorrect text on website

Open andDevW opened this issue 8 years ago • 0 comments

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.

andDevW avatar Aug 10 '17 22:08 andDevW