I\'m attempting to transition from Eclipse to Android Studio today. I generated the Gradle build files in Eclipse and imported into Android Studio. I changed my preferences
I started getting this message after I had disabled the "Media device (MTP)" and "Camera (PTP)" option in the "USB computer connection" option found in Settings > Storage > USB computer connection. Re-enabling one of either MTP or PTP fixed the issue for me.
I have LG G3
connected to Android Studio and got USB device not found
.
I fixed this problem doing the following steps:
Enable Developer option
In there, check USB debugging
and Allow mock locations
Go into Tethering & Networks
and put USB tethering ON. Bluetooth didn't work for me.
Finally, run debug in Android Studio
I get this from time to time and a simple unplug/replug of the device does the trick.
I had same problem and I was able fix that problem.
My error was:
Waiting for device. USB device not found
This happens when I was using SONY XPERIA Tipo Dual and Samsung Galaxy Core Duos i8262.
I solved problem in both devices.
SONY XPERIA Tipo Dual
Install "SONY PC Companion" which is automatically detect your driver.
Run your app again. You can see your app is running in your device.
Samsung Galaxy Core Duos i8262
Install USB drive. You can find it here. Direct Url to download
Run your app again. You can see that still you are getting same error. Go to notification section. You can see that, phone is connected as a media device(Media device(MTP)). You need to change it as "Camera (PTP)" by touching notification.
Run your app again. Wow. It works...