Skip to content

Instantly share code, notes, and snippets.

View morpheus-14's full-sized avatar

Sathya Ravi morpheus-14

  • Promignis
  • India
View GitHub Profile
@BaankeyBihari
BaankeyBihari / adb_WSL.md
Last active October 5, 2022 12:23
adb and WSL

Setting ABD to work with WSL(2)

There are two ways for connecting devices

  • via USB or emulator AVD of Host Windows Computer
  • adb over WiFi Currently there is no known or fullproof way of running emulator inside WSL. Still, if you want to use emulator you will have to run one on the host windows.

Prerequisite for setup

Install adb both in WSL and Windows Host. Make sure the major version of adb (run adb version) on Windows and WSL are are same.