Skip to content

Instantly share code, notes, and snippets.

@AzimsTech
Last active May 15, 2022 13:42
Show Gist options
  • Select an option

  • Save AzimsTech/74627baf18f8515f261d2349f9036a2b to your computer and use it in GitHub Desktop.

Select an option

Save AzimsTech/74627baf18f8515f261d2349f9036a2b to your computer and use it in GitHub Desktop.
ADB on WSL2
  1. Install android platform tools
    sudo apt-get install android-tools-adb android-tools-fastboot

  2. Start adb in windows powershell
    adb tcpip 555

  3. Connect adb in wsl2
    adb connect <phone ip>:5555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment