Android的亚行并没有看到设备 [英] Android ADB doesn't see device

查看:259
本文介绍了Android的亚行并没有看到设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

昨天我买了一台平板电脑OMEGA T107。现在,我想在其上运行我的应用程序。不过,亚行并没有看到我的设备。我想几乎所有的东西:/亚行仍然不`吨看到任何设备。我做这样的事情<一href="http://www.notionaddicts.com/forums/showthread.php/3058-How-to-get-ADB-up-and-running-on-your-Notion-Ink-Adam"相对=nofollow>这个。请大家帮帮忙。

Yesterday I bought a tablet OMEGA T107. Now I'm trying to run my applications on it. But ADB doesn't see my device. I tried almost everything :/ adb still doesn`t see any devices. I do things like this. Please help.

推荐答案

我所做的一切一天在网站上列出的方式,但我没有得到任何回答! 然后我跟着这个链接,并在短短两分钟我的问题解决了!!!!

I did all the ways listed on the web for one day but i didn't get any answer! then I followed this Link and in just two minutes my problem solved!!!!

http://tech.thecoolblogs.com/2013/02/connecting-mk808-device-to-adb-using.html

顺便说一句!它对于Windows用户...

By the way ! its for windows users ...

找出设备从设备管理器中的供应商ID 要做到这一点,OTG端口连接到计算机的USB端口 转到开始菜单,右键单击我的电脑,选择属性 选择设备选项,打开设备管理器 选择您的设备(主要是在USB设备或其他设备),右击并选择属性 选择详细信息选项卡,从属性下拉列表中选择硬件ID,就可以看到硬件ID,在我的情况下,它是x2207 打开android_winusb.inf并添加这些行

Find out the vendor id of the device from device manager To do this, connect the OTG port to the USB port of your computer Goto Start menu and right click on "My Computer" and chose "Properties" Select the "Devices" option which will open "Device Manager" Select your device (mostly in USB devices or Other devices) and right click and chose "Properties" Choose "Details" tab and select "Hardware Ids" from the property dropdown, you can see the hardware id, in my case it was x2207 Open android_winusb.inf and add these lines

;<Device name>   in our case I gave MK808
%SingleAdbInterface%        = USB_INSTALL, USB\VID_2207&PID_0010&MI_01
%CompositeAdbInterface%     = USB_INSTALL, USB\VID_2207&PID_0010&REV_0222&MI_01

打开C:\ Users \用户.android \ adb_usb.ini并添加以下条目

Open C:\Users\.android\adb_usb.ini and add the following entry

0x<device id>  .. in our case it is 0x2207

重新启动亚行通过

Restart ADB by

adb kill-server
adb start-server

现在亚行应识别该设备

这篇关于Android的亚行并没有看到设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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