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

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

问题描述

我最近买了戴尔Venue 7平板电脑。我打算利用它来进行测试和调试Android应用程序。不幸的是,该设备的USB驱动程序不会退出。我检查了戴尔的网站,他们说,驾驶该设备不是托管在自己的网站上。他们没有提供有关在那里我能得到的驱动程序,用于设备的信息。

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.

我有三星Galaxy Tab 3和为该设备我能下载来自三星的网站,并使用Eclipse测试和调试应用程序的设备驱动程序。戴尔Venue 7没有设备驱动程序。

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.

任何有关如何测试和戴尔Venue 7调试应用程序将大大AP preciated帮助。

Any help regarding how i can test and debug applications on Dell Venue 7 would be greatly appreciated.

推荐答案

sonicbabbler的解决方案没有工作很适合我。我仍然无法强制Windows识别平板电脑,因此亚行是个瞎子。

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.

我发现这里的解决方案: <一href="http://opensource.dell.com/releases/venue8/developer-edition/Dell%20Tablet%20Install%20Instructions.pdf">http://opensource.dell.com/releases/venue8/developer-edition/Dell%20Tablet%20Install%20Instructions.pdf 在一节安装USB驱动程序亚行模式。

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".

步骤是需要采取:

  1. 在平板电脑上打开USB调试(设置 - >系统 - >开发人员选项)
  2. 平板电脑连接到计算机
  3. 打开设备管理器(控制面板 - >系统和安全 - >设备管理器)
  4. 右键点击无法识别设备(在我的情况是:其他设备/ Android的) - >属性
  5. 选择详细信息选项卡,然后从下拉列表
  6. 选择硬件ID
  7. 从窗口复制两个值
  8. 导航到安装了Android SDK中的位置(如果你已经安装了Android的工作室,它通常是在{android_studio_dir} \ SDK)
  9. 编辑该文件sdk-> extras-> google-> usb_driver-> android_winusb.inf文件(如果你缺少这样的路径 - 通过谷歌安装USB驱动的Andr​​oid SDK管理器)
  10. 添加您复制到该文件的ID和保存文件。请确保您添加的文件的条目在32位段([Google.NTx86])和64位段([Google.NTamd64])
  11. 回到设备管理器窗口中,右键点击Android的,然后选择更新驱动程序软件
  12. 选择浏览计算机以查找驱动程序软件
  13. 单击浏览按钮
  14. 浏览到sdk-> extras-> google-> usb_driver在SDK
  15. 选择下一步,选择始终安装此驱动程序软件
  16. 在成功屏幕将显示,单击关闭
  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"

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

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