I'm new to Android Studio and have a basic app written and ready to debug on my Samsung Galaxy S4 (I don't know if it even matters) which uses Android 4.3. I get the error "USB device not found" every time I run the app on Windows 7. I've done the following so far:
- I've been to the SDK manager and installed the Google USB Driver
- Set my device's Developer options on and USB debugging to on
- I've also tried to reinstall my device driver using the Google USB driver
This has become very frustrating and hopeless because I don't know where to look for the problem. Does anyone have any ideas where my problem may be? I've tried restarting Android Studio, my device, my computer, I don't know what to do next.
I have tried the solutions posted in My Galaxy S6 Edge cannot connect to Android Studio via USB Debugging and tried various combinations of turning on the USB debugging feature before, I start Android Studio, after I start it, with the adb kill-server and adb start-server but I still have no luck.
My default installation location of my phone is set to sd card because my internal storage is running out - can this possibly have an impact?