diff --git a/windows-dependencies/env-startup.sh b/windows-dependencies/env-startup.sh index 169d835..4008ce3 100644 --- a/windows-dependencies/env-startup.sh +++ b/windows-dependencies/env-startup.sh @@ -1,7 +1,9 @@ #!/bin/bash -# we're using the Windows adb because WSL doesn't have direct access to the Android device -# (if we were to use the Linux adb, no devices would be detected) +# This script is a workaround for the fact that WSL doesn't have direct access to Android devices. +# We're using the Windows adb executable to interact with the device, which runs on the Windows host. +# If we were to use the Linux adb, no devices would be detected. + export ADB_DIR=$(pwd)/windows-dependencies/adb/adb.exe adb() {