I recently bought Dell Venue 7 tablet. I am planning to use that for testing and debugging android apps. Unfortunately the usb driver for that device does not exits. I checked the dell website and they say that the driver for that device is not hosted on their website. They haven't provided information regarding where i can get the drivers for that device.
I had Samsung Galaxy tab 3 and for that device i was able to download the device driver from Samsung website and test and debug applications using eclipse. Dell Venue 7 does not have device drivers.
Any help regarding how i can test and debug applications on Dell Venue 7 would be greatly appreciated.
sonicbabbler's solution did not work out well for me. I was still not able to force windows to recognize tablet and therefore adb was blind.
I've found solution here: http://opensource.dell.com/releases/venue8/developer-edition/Dell%20Tablet%20Install%20Instructions.pdf in section "Install the USB driver for adb mode".
Steps that need to be taken:
I just got a Venue 8 and was able to get this working. Here is what I did.
I'm using Dell Venue 7 with Android 4.4.4. To allow Eclipse Adt debuggin I followed about tips, and get the MTP driver's hardware id at Windows' Device Manager. It is slightly different from ID above. perhaps because I'm using a newer/updated Venue 7. On "About Tablet", I have the following: Software Version: Venue7 3740_V2.10_141224-NoModem Version Number: YTP802A142000
So I added the following lines to my android_winusb.inf file at folder C:\Android\ADT\sdk\extras\google\usb_driver, in both sections [Google.NTx86] and [Google.NTamd64]
I got those values from Device Manager, as stated on steps 3 to 5 from leram258 post. After the update, I went back to Device Manager and forced the unrecognised device MTP to updated drivers, just as described at step 10 and forward, from lerom258 post.
Works just fine.
I did this before, while having the same issue on my Windows 8.1 Computer:
It should be working.