From 08baaf4b575aef7ee56d14683be3f4e3a86d39aa Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 4 Mar 2021 15:19:00 +0100 Subject: [PATCH] Mention adb debugging in FAQ --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 9801f91c..59a8648f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -39,8 +39,11 @@ Check [stackoverflow][device-unauthorized]. > adb: error: failed to get feature set: no devices/emulators found +Check that you correctly enabled [adb debugging][enable-adb]. + If your device is not detected, you may need some [drivers] (on Windows). +[enable-adb]: https://developer.android.com/studio/command-line/adb.html#Enabling [drivers]: https://developer.android.com/studio/run/oem-usb.html