From 023a821d11580adf659323cc51e8f5e6d3d270d9 Mon Sep 17 00:00:00 2001 From: daetanbhuck Date: Fri, 26 Sep 2025 10:00:51 -0400 Subject: [PATCH] Add USB drivers as prerequisite to windows.md Added directions to install the prerequisite USB drivers for `adb` with links to driver downloads of the two most common manufacturers, Google and Samsung. --- doc/windows.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/windows.md b/doc/windows.md index 63fff892..892dbaec 100644 --- a/doc/windows.md +++ b/doc/windows.md @@ -1,5 +1,16 @@ # On Windows +## Prerequisites + +Install the Android USB drivers so `adb` will detect your device: + +- [Google USB driver][usb-google], +- [Samsung USB driver][usb-samsung], or +- Your manufacturer-specific USB drivers. + +[usb-google]: https://developer.android.com/studio/run/win-usb +[usb-samsung]: https://developer.samsung.com/android-usb-driver + ## Install ### From the official release