Confirmed users
487
edits
Rpappalardo (talk | contribs) m (fix links) |
Rpappalardo (talk | contribs) (install) |
||
| Line 92: | Line 92: | ||
=== Install Application === | === Install Application === | ||
# Connect an Android (physical) device via USB | # Connect an Android (physical) device via USB | ||
# Open terminal | #* make sure your device has Settings > Developer Options > USB debugging enabled | ||
# Open a terminal | |||
# Verify device is connected: <code>$ adb devices</code> | # Verify device is connected: <code>$ adb devices</code> | ||
# Install the apk: <code>$ adb install ~/Downloads/target.aarch64.apk</code> | # Install the apk: <code>$ adb install ~/Downloads/target.aarch64.apk</code> | ||
# Verify app has been installed on device | # Verify app has been installed on device | ||
# NOTE: Do not open the application | # NOTE: Do not open the application (Glean will do this for us) | ||
=== Check Network === | === Check Network === | ||