Skip to content

Instantly share code, notes, and snippets.

@serkakres
Created October 15, 2019 14:35
  • Select an option

Select an option

Revisions

  1. serkakres created this gist Oct 15, 2019.
    5 changes: 5 additions & 0 deletions connection.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    ```
    adb devices
    adb tcpip 5555
    adb connect your_device_ip_address:5555
    ```