-
Notifications
You must be signed in to change notification settings - Fork 58
Troubleshooting
mika edited this page Feb 1, 2024
·
1 revision
- Check that "adb" is available from PATH (test it from command prompt, type: adb devices)
- Check that android device is connected to your pc AND it has USB debugging enabled (test it from command prompt, type: adb devices)
- If "adb devices" displays "********* unauthorized", it means you have not allowed USB debugging connection to your PC from android (re-connect USB cable, click USB settings, select use "usb for tethering", then select mode to "transferring files again", it should ask for USB debugging, select always allow)