我有一个 Android 4.4.2
平板电脑,我试图用它使用adb,所以我在我的电脑上发射adb,它打开并说'找不到设备'。我有 USB Debugging
在 abcdefghijklmn2
中启用了所以为什么不会识别它?
更新:当我第一次将其连接到我的Windows 8.1 PC时,它表示安装设备,然后说完成,所以如果我需要驱动程序,我必须得到不同的?
我有一个 Android 4.4.2
平板电脑,我试图用它使用adb,所以我在我的电脑上发射adb,它打开并说'找不到设备'。我有 USB Debugging
在 abcdefghijklmn2
中启用了所以为什么不会识别它?
更新:当我第一次将其连接到我的Windows 8.1 PC时,它表示安装设备,然后说完成,所以如果我需要驱动程序,我必须得到不同的?
I have a Android 4.4.2
tablet here and I am trying to use ADB with it, So I launch ADB on my PC and it opens and says 'No device found'. I have the USB Debugging
enabled in the Developer Settings
so why wont my PC recognise it?
UPDATE: When I first connected it to my Windows 8.1 PC it said installing device and it then said finished, So if I need drivers do I have to get different ones?
在这里研究更多,这是答案:
1。 下载Android SDK
2。提取zip存档并找到'android-sdk-windows sdk manager.exe'
3。启动EXE并选择"Android SDK平台 - 工具" 和Extras下的底部选择"Google USB驱动程序" ,然后单击"安装包"
4。完成下载后,找到'android-sdk-windows extras google usb_driver android_winusb.inf'并右键单击它,然后选择"安装" ,单击下一对Windows上的OK
5。插入您的Android并从"开发人员选项" 中打开"USB调试" (在您的Android上)
6。返回PC并打开"开始" 菜单并搜索"设备管理器" (Windows 8用户可以右键单击"开始" 图标,然后单击"设备管理器" )
7。现在在"其他设备" 下找到具有名称'MTP'的设备(它可能有不同的名称)
8。右键单击它,然后选择"更新驱动程序软件" ,然后"浏览我的计算机进行驱动程序软件" ,然后'让我从我的电脑上的设备驱动程序列表中挑选'
9。单击Android设备,然后单击"Android adb接口" ,然后单击下一步
10。检查它是否通过转到"android-sdk platform-tools " 工作,按住Shift and右键单击,然后在此处选择"打开命令窗口" 。 CMD出现,现在类型<代码> ABCDefghijklmnabcdefghijklmn0 ,如果您的设备出现在其工作,如果没有,则再次重复步骤3-10
After researching more online here is the answer:
1. Download the Android SDK
2. Extract the zip archive and locate 'android-sdk-windows\SDK Manager.exe'
3. Launch that exe and select 'Android SDK Platform-tools' and at the bottom under extras select 'Google USB Driver' then click on install packages
4. After they have finished downloading, locate 'android-sdk-windows\extras\google\usb_driver\android_winusb.inf' and right click it then select 'Install', click OK on the next couple of windows
5. Plug your android in and turn on 'Usb debugging' from the developer options in settings (On your android)
6. Go back to your pc and open the start menu and search for 'Device Manager' (Windows 8 users can right click the start icon and click on device manager)
7. Now locate a device with the name 'MTP' under 'Other devices' (It could have a different name)
8. Right click it and select 'Update Driver Software' then 'Browse my computer for driver software' then 'Let me pick from a list of device drivers on my computer'
9. Click Android Device, Then 'Android ADB Interface' then click on next
10. Check to see if it works by going to 'android-sdk\platform-tools\', hold down shift and right click and then select 'Open Command WIndow Here'. CMD comes up, now type adb devices
, If your device appears then its working, if not, then repeat steps 3-10 again
您必须为PC安装所有所需的驱动程序,以便在调试模式下识别您的设备。大多数制造商软件安装这些驱动程序并自己使用它们(在程序内进行某些功能)。
通常关闭该程序和所有相关服务足以将驱动程序与adb一起使用。
这至少适用于所有Samsung设备。
You have to install all required drivers for your PC to actually recognize your device in debugging mode. Most manufacturers softwares install those drivers and use them on their own (to do certain functions inside the program).
Usually closing that program and all related services is enough to use the drivers together with ADB.
This works like this at least for all my Samsung devices.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有