使用Eclipse调试戴尔Venue 7上的Android应用程序 [英] Debugging Android Apps on Dell Venue 7 using Eclipse

查看:154
本文介绍了使用Eclipse调试戴尔Venue 7上的Android应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近买了戴尔Venue 7平板电脑。我打算用它来测试和调试android应用程序。不幸的是,该设备的USB驱动程序不会退出。我检查了dell网站,他们说该设备的驱动程序没有托管在他们的网站上。他们没有提供有关我在哪里可以获得该设备的驱动程序的信息。



我有三星Galaxy标签3,对于该设备,我可以下载设备驱动程序从三星网站和使用eclipse的测试和调试应用程序。戴尔Venue 7没有设备驱动程序。



对于如何在Dell Venue 7上测试和调试应用程序的任何帮助将不胜感激。

解决方案

sonicbabbler的解决方案对我来说并没有很好的解决。我仍然无法强迫窗口识别平板电脑,因此adb是盲目的。



我在这里找到解决方案:
http://opensource.dell.com/releases/venue8/developer-edition/戴尔%20Tablet%20Install%20Instructions.pdf
在安装USB驱动程序为adb模式。



需要采取的步骤:


  1. 打开平板电脑上的USB调试(设置 - >系统 - >开发人员选项)

  2. 将平板电脑连接到计算机

  3. 打开设备管理器(控制面板 - >系统和安全 - >设备管理器)

  4. 右键单击在无法识别的设备上(在我的情况下是其他设备/ Android) - >属性

  5. 选择详细信息选项卡,然后从下拉列表中选择硬件ID li>
  6. 从胜利中复制两个值dow

  7. 浏览到安装Android SDK的位置(如果您安装了Android Studio,通常位于{android_studio_dir} \sdk)

  8. 编辑文件sdk-> extras-> google-> usb_driver-> android_winusb.inf文件(如果你缺少这样的路径 - 使用Android SDK Manager安装google usb驱动程序)

  9. 添加ID您复制到文件并保存文件。确保将条目添加到文件

  10. 的32位部分([Google.NTx86])和64位部分([Google.NTamd64])中返回设备管理器窗口,右键单击Android并选择更新驱动程序软件

  11. 选择浏览我的电脑以获取驱动程序软件

  12. 点击浏览按钮

  13. 浏览到SDK中sdk-> extras-> google-> usb_driver的位置

  14. 选择下一步,选择安装此驱动程序软件

  15. 将显示成功屏幕,单击关闭


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:

  1. Turn on "USB debugging" on your tablet (Settings -> System -> Developer Options)
  2. Connect the Tablet to your computer
  3. Open the device manager (Control Panel -> System and Security -> Device Manager)
  4. Right Click on unrecognized device (in my case that was: "Other Device / Android") -> Properties
  5. Select the "Details" tab then choose "Hardware Ids" from the drop down list
  6. Copy the two values from the window
  7. Navigate to the location where Android SDK is installed (if you have Android Studio installed it is usually in {android_studio_dir}\sdk)
  8. Edit the file sdk->extras->google->usb_driver->android_winusb.inf file (if you are missing such path - install google usb driver using Android SDK Manager)
  9. Add the ID’s that you copied into the file and save the file. Make sure that you add the entries to both the 32-bit section ([Google.NTx86]) and the 64-bit section ([Google.NTamd64]) of the file
  10. Back to the "Device Manager" Window, Right Click on "Android" and select "Update Driver Software"
  11. Select "Browse my computer for Driver software"
  12. Click the "Browse" button
  13. Browse to the location of the "sdk->extras->google->usb_driver" in the SDK
  14. Select "Next", Select "Install this driver software anyway"
  15. The success screen will be displayed, click "Close"

这篇关于使用Eclipse调试戴尔Venue 7上的Android应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆