Skip to content

Commit

Permalink
Explain env-startup.sh with greater clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrfv committed Apr 1, 2024
1 parent d498ef8 commit d7e5282
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions windows-dependencies/env-startup.sh
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit d7e5282

Please sign in to comment.