I am setting up a Android development environment on a new Windows 10 laptop. I have done this many times on other machines with other operating systems, but this is the first time with Windows 10. The problem is that Android Studio cannot detect my device (LG Zone 3) after I connect it via USB. Note that I have previously used this device for development on an Arch Linux desktop.
I have downloaded Android Studio and created several AVDs. I can run my app and tests on those just fine. However, my hardware device is not listed in the selection dialog.
Here are some things I have tried:
- Check that the USB drivers are installed.
- Restart ADB from the Android Monitor window in Android Studio
- Restart ADB from the command line with
adb kill-server
andadb start-server
. - Quit Android Studio and restart it.
- Unplug the device, turn off USB debugging, and turn it back on.
- Plug device into a different USB port.
- Switch device connection settings to Charge Only and then back to MTP.
What other trouble-shooting steps can I follow to get my device to work?