diff options
Diffstat (limited to 'java-compat/android/BuildInstructions.md')
-rw-r--r-- | java-compat/android/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java-compat/android/BuildInstructions.md b/java-compat/android/BuildInstructions.md index bb05399b9be..1c04332aad7 100644 --- a/java-compat/android/BuildInstructions.md +++ b/java-compat/android/BuildInstructions.md @@ -94,7 +94,7 @@ application, check the following page for instructions on how to disable it: Start the `testController` application from Android Studio and once it has started, run the testsuite by using the `allTests.py` script: - cd android-compat + cd android python allTests.py This will try to run the testsuite on the connected device. If multiple devices |