Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio adb - USB Device Not Found - Verizon Resolution

How do I get Android Studio adb to recognize my usb device (HTC Droid DNA) I keep getting the USB device not found message in the abd log. Windows also will not install my drivers and my HTC sync manager is updated?

Android Studio 0.5.2
Device: Droid DNA
OS: Windows 8.1
JRE. 1.7.0_25

like image 800
natur3 Avatar asked Jun 15 '14 06:06

natur3


2 Answers

I struggled with this issue for awhile that my Droid DNA wouldn't be recognized by Android Studio. Initially I thought it was related to drivers - which it was and the HTC Manager. I got that upgraded successfully. Still nothing. Then windows wasn't recognizing the actual device in the device manager and would not perform the upgrade.

Then realized that the usb port I was using was not compatible with the usb cord I was using to perform an upgrade for USB Mass Storage. I moved usb ports and re-ran the update for windows drivers successfully. Still no adb detection. Did more digging and found a great step by step fix. The latest software version to my DNA phone completely removed and hid the developer options in the settings. Verizon's help resources had the fix. My phone was not set to perform usb debugging (has nothing to do with the internet pass through settings which I thought was the developer settings replacement for an hour or more).

In short do this (these items look clickable and usually do nothing but do in this instance) in the Settings - About - Software Information - More - Click the build number 7 times. You will start getting a Toast message about on your way to being a developer. Once done go back to main settings an Developer Options is now visible and accessible.

Hope this helps and saves others the 4 hours I spent on this. Apps are now installing for debugging on my device.

The fix is here at verizons site: http://www.verizonwireless.com/support/devices/knowledge_base.html/70154

like image 60
natur3 Avatar answered Sep 28 '22 17:09

natur3


I had the same issue. After setting up debugging on the phone, I still couldn't connect. I went to the HTC website and downloaded and instelled the "HTC Sync Manager". My phone was now connected to the PC properly and Android Studio recognized my phone and I was able to debug the app.

http://www.htc.com/us/support/software/htc-sync-manager.aspx

like image 35
Jason Foglia Avatar answered Sep 28 '22 17:09

Jason Foglia