Skip to content

Instantly share code, notes, and snippets.

@scips
Last active February 3, 2022 16:02
Show Gist options
  • Save scips/f4335d81bea627d058f5a227156a5f68 to your computer and use it in GitHub Desktop.
Save scips/f4335d81bea627d058f5a227156a5f68 to your computer and use it in GitHub Desktop.

usb

  $ adb devices
  $ adb install myapk.apk

wifi

  $ adb connect <ip>
  $ adb install myapk.apk

wifi with pairing

  $ adb pair <ip>:<port>
  Enter pairing code: xxxxxx
  $ adb install myapk.apk

you may need to adb connect again or if the device is already known

  $ adb connect <ip>:<port>
  Enter pairing code: xxxxxx
  $ adb install myapk.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment