Debugging Android Apps on Dell Venue 7 using Eclipse

前端 未结 4 1933
走了就别回头了
走了就别回头了 2020-12-15 10:36

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 check

4条回答
  •  离开以前
    2020-12-15 11:10

    I just got a Venue 8 and was able to get this working. Here is what I did.

    1. Put the Venue in developer mode - SETTINGS > ABOUT > tap the Build Number seven times.
    2. Go to SETTINGS > DEVELOPER OPTIONS > and check the USB Debugging option
    3. Plug it into your computer - I'm using Windows 8.1.
    4. Open the Device Manager and locate the Android ? device.
    5. Download the Intel Android driver, I used v1.1.5 https://secure-software.intel.com/es-es/protected-download/385047/494732
    6. The install will fail on Win8.1, extract the EXE with 7zip
    7. In the device manager right click on Android-Phone > Browse my computer for driver software > Choose Let me pick from a list of device drivers on my computer > Select Android device > Have Disk > Navigate to the folder you unpacked the exe and select "android_winusb.inf" > Select Android Bootloader Interface > Press OK on the warning to proceed
    8. In the device manager it will show up at "Android Phone/Android Bootloader Interface"
    9. Open Eclipse and browse to the Android Device Chooser and under Choose a running Android device, the option Dell-venue_8_3830-DellVenue8... should show up.
    10. I was able to successfully deploy an app to the device.

提交回复
热议问题