简体   繁体   English

adb没有显示nexus 5设备

[英]adb doesn't show nexus 5 device

Android Studio 0.3.6
Fedora 18 3.11.7-100.fc18.x86_64
Nexus 5 Kitkat

Hello, 你好,

I have been using my Samsung Galaxy Tab 3 7.0 running Android 4.1.2 everything works fine with adb . 我一直在使用我的Samsung Galaxy Tab 3 7.0运行Android 4.1.2一切正常与adb

However, I have just bought a new Nexus 5 device, and when I do the following command adb devices it doesn't show my Nexus 5. 但是,我刚买了一台新的Nexus 5设备,当我执行以下命令adb devices它不会显示我的Nexus 5。

Under Android SDK Manager | Extras | Google USB Driver | status "Not compatiable with Linux" Android SDK Manager | Extras | Google USB Driver | status "Not compatiable with Linux" Android SDK Manager | Extras | Google USB Driver | status "Not compatiable with Linux"

Because I am running Fedora 18 if I need drivers what drivers for the USB do I need? 因为我在运行Fedora 18如果我需要驱动程序,我需要哪些USB驱动程序?

Because the Samsung works fine and I can deploy and run my apps, I think my setup is correct. 因为三星工作正常,我可以部署和运行我的应用程序,我认为我的设置是正确的。 So I am wondering if there is something wrong with my Nexus 5. 所以我想知道我的Nexus 5是否有问题。

I have tried the following: 我尝试过以下方法:

adb kill-server
adb start-server

Setting the Nexus 5 Camera PTP and media device MTP didn't work. 设置Nexus 5 Camera PTPmedia device MTP不起作用。

Many thanks for any suggestions, 非常感谢任何建议,

I had a similar problem with my Nexus 4(Android version 4.4.2), it wasn't listed in adb devices. 我的Nexus 4(Android版本4.4.2)遇到了类似的问题,它没有在adb设备中列出。

Make sure USB debugging is enabled from device, and do the following on your PC: 确保从设备启用USB调试,并在PC上执行以下操作:

  1. Update Android SDK ( Google USB Driver ) 更新Android SDK( Google USB驱动程序

  2. From PC Control Panel, System -> Device manager -> Right click Nexus 4 -> Update driver. 从PC控制面板,系统 - >设备管理器 - >右键单击Nexus 4 - >更新驱动程序。

  3. Set android-sdk-folder\\extras\\google\\usb_driver as path to search, include subfolders checked. android-sdk-folder \\ extras \\ google \\ usb_driver设置为搜索路径,包括选中的子文件夹。

If windows tells you that the driver is up to date, just uninstall the driver (right click on nexu4 -> uninstall driver) and start from step 2 again. 如果Windows告诉您驱动程序是最新的,只需卸载驱动程序(右键单击nexu4 - >卸载驱动程序)并再次从步骤2开始。

After that, open a cmd and type adb kill-server and then a adb devices , now it will include your device. 之后,打开cmd并键入adb kill-server ,然后输入adb设备 ,现在它将包含您的设备。

https://developer.android.com/studio/run/oem-usb.html https://developer.android.com/studio/run/oem-usb.html

Follow these steps, 跟着这些步骤,

  • Enable Developer options in your device. 在您的设备中启用开发者选项 To enable the developer mode, Settings->About phone , tap Build number option 7 times continuously 要启用开发者模式,请设置 - >关于手机 ,连续7次点击内部版本号选项
  • Go to Settings-> Developer options and Turn on USB debugging 转到设置 - >开发人员选项并打开USB调试
  • Make sure you reconnected the device via USB and grant permission on the dialog that appears. 确保通过USB重新连接设备并在出现的对话框上授予权限。
  • From the above steps it didn't work try this step, Go to Settings->Security and turn on Unknown Sources 从上述步骤开始,它不起作用尝试此步骤,转到设置 - >安全性并打开未知来源

What you need to do is this: 你需要做的是:

Settings | About Phone

Scroll to the bottom to build number . 滚动到底部以build number Tap on build number about 7 times. 点击内部版本号约7次。 Each time you will get a popup message saying you are x steps away from being a developer 每次你都会收到一条弹出消息,说you are x steps away from being a developer

When you get to the final step you will get a message saying now you are a developer 当您进入最后一步时,您将收到一条消息,说now you are a developer

Go back into settings and you will see a new setting Developer options there you will see a lot of options for developers. 回到设置中,您将看到一个新的设置Developer options ,您将看到很多开发人员的选项。 Enable USB debugging 启用USB debugging

Re-connect you phone to the usb, and you should see you device under adb devices . 重新将手机连接到USB,您应该在adb devices下看到您的adb devices

I hope this answer helps someone else. 我希望这个答案有助于其他人。

This simple steps worked for me , I debug on my Nexus 5 and 5X devices on Windows 8.1. 这个简单的步骤对我有用,我在Windows 8.1上的Nexus 5和5X设备上进行调试。

The steps to follow are these : 要遵循的步骤如下

1) Enable from Developers Options the Debug USB Mode 1)从开发人员选项启用调试USB模式

2) Unplug the device from the computer 2)从计算机上拔下设备的电源插头

3.1) Go to SettingsStorage , in the ActionBar, click the option menu and choose USB computer connection . 3.1)转到SettingsStorage ,在操作栏中,单击选项菜单,然后选择USB computer connection

3.2) If you didn't find the 3.1) option then go to SettingsDevelopers OptionsSelect USB Configuration . 3.2)如果没有找到3.1)选项,请转到SettingsDevelopers OptionsSelect USB Configuration

4) Select Camera (PTP) connection. 4)选择Camera (PTP)连接。

5) Plug the device and you should have a popup on the device allowing you to accept the computer's incoming connection, or something like that. 5)插入设备,您应该在设备上有一个弹出窗口,允许您接受计算机的传入连接,或类似的东西。

6) If it doesn't work try to toggle the Debug USB Mode in the Developers Options Finally, you should see it now in the DDMS and voilà. 6)如果它不起作用尝试在开发人员选项中切换调试USB模式最后,你应该在DDMS和voilà中看到它。

My windows solution: 我的Windows解决方案:

Go here and download and unzip to an easy location: 到这里下载并解压缩到一个简单的位置:

http://developer.android.com/sdk/win-usb.html#top http://developer.android.com/sdk/win-usb.html#top

  • Right click 'My Computer' or 'Computer' 右键单击“我的电脑”或“电脑”

  • Select properties 选择属性

  • Select Device manager 选择设备管理器

  • Look for your device. 寻找你的设备。 It should have a yellow mark above it. 它上面应该有一个黄色标记。

  • Click 'update driver software'. 单击“更新驱动程序软件”。

  • select browse my computer for driver software. 选择浏览计算机以查找驱动程序软件

  • select the usb_driver folder you saved earlier. 选择之前保存的usb_driver文件夹。

  • install it 安装它

and wala. 和瓦拉。 magic. 魔法。

The communication with the emulator or your Android device might have problems. 与模拟器或Android设备的通信可能存在问题。 This communication is handled by the Android Debug Bridge (adb). 此通信由Android调试桥(adb)处理。

Eclipse allows you to reset the adb in case this causes problems. Eclipse允许您重置adb,以防出现问题。 Select therefore the DDMS perspective via Window → Open Perspective → Other... → DDMS 因此,通过Window→Open Perspective→Other ...→DDMS选择DDMS透视图

To restart the adb, select the "Reset adb" in the Device View. 要重新启动adb,请在“设备视图”中选择“重置adb”。

对于仍然感到沮丧的人,如果您正在使用实验性ART运行时,请尝试切换回dalvik(在设备上的开发人员选项中)

Here is simple solution for Windows 7 and Nexus 5 on Android 5. 这是Android 5上的Windows 7和Nexus 5的简单解决方案。

  1. Download the Nexus 5 Drivers from http://androidhost.org/jelry http://androidhost.org/jelry下载Nexus 5驱动程序
  2. Extract the zip contents and place all files in a single folder on your desktop. 解压缩zip内容并将所有文件放在桌面上的单个文件夹中。
  3. Connect your device to your computer. 将设备连接到计算机。
  4. Launch the Device Manager on your PC. 在PC上启动设备管理器。
  5. Now you should see the Nexus 5 listed in the hardware list. 现在您应该看到硬件列表中列出的Nexus 5。
  6. Right-click the 'Nexus 5′ line and then click on Update Driver Software. 右键单击“Nexus 5”行,然后单击“更新驱动程序软件”。
  7. Next, click the 'browse my computer' option. 接下来,单击“浏览我的电脑”选项。
  8. In the new window click on 'Browse…' button. 在新窗口中,单击“浏览...”按钮。
  9. Go to folder unzipped at step 2. Select the folder where you extract the USB Drivers. 转到步骤2解压缩的文件夹。选择解压缩USB驱动程序的文件夹。 Click Next. 点击下一步。 – make sure to tick the subfolder box too. - 确保也勾选子文件夹框。
  10. Now, the Windows installer will search for Nexus 5 drivers, click Install when asked for permission. 现在,Windows安装程序将搜索Nexus 5驱动程序,请求获取权限时单击“安装”。
  11. Wait for the process to complete and then check the Device Manager list to confirm that the installation was successful. 等待该过程完成,然后检查“设备管理器”列表以确认安装是否成功。

Original: http://www.android.gs/download-and-install-google-nexus-5-usb-drivers-adb-fastboot/ 原文: http//www.android.gs/download-and-install-google-nexus-5-usb-drivers-adb-fastboot/

Note: do not forget to enable USB debugging on your device :) 注意:不要忘记在您的设备上启用USB调试:)

Something nobody has mentioned yet: 还没有人提到的东西:

Some cables do NOT support data. 有些电缆不支持数据。 I was sitting here wondering why my Nexus 5 was refusing to show up on OSX. 我坐在这里想知道为什么我的Nexus 5拒绝出现在OSX上。 It turned out I was using a cable that didn't support data. 事实证明我使用的是不支持数据的电缆。

I swapped to a different cable which did support it, and suddenly I was able to use USB debugging. 我交换了一个支持它的不同电缆,突然我能够使用USB调试。

If anyone is trying to connect Nexus 5 to a formatted Windows XP then follow these steps: 如果有人试图将Nexus 5连接到格式化的Windows XP,请按照下列步骤操作:

  1. Download and install media transfer protocol porting kit: MTP porting kit 下载并安装媒体传输协议移植工具包: MTP移植工具包
  2. Download and install WMFDistributable-11 for XP: WMFDist-11 XP 下载并安装适用于XP的WMFDistributable-11WMFDist-11 XP
  3. Download and install LG United Mobile Driver v3.10.1: stackoverflow is not allowing to share more than 2 links, please google this. 下载并安装LG United Mobile Driver v3.10.1:stackoverflow不允许共享2个以上的链接,请谷歌这个。
  4. Connect your device. 连接您的设备。
  5. Go to Device Management 转到设备管理
  6. Right click on Nexus 5 and click Update Driver 右键单击Nexus 5,然后单击“更新驱动程序”
  7. Select Yes this time only 仅在此时选择是
  8. Select Install Software Automatically 选择自动安装软件
  9. Wait for sometime.. and enjoy transferring files 等待一段时间..并享受传输文件

ADB and driver versions matter. 亚行和驱动程序版本很重要。 The newer the device, the lower the chances of an older version ADB to work correctly. 设备越新,旧版本ADB正常工作的可能性就越低。

Apps using their own ADB copy need to be updated or at least have their ADB updated manually. 使用自己的ADB副本的应用程序需要更新或至少手动更新其ADB。

When installing Helium / Carbon for instance, it uses an old / incomplete ADB. 例如,在安装Helium / Carbon时,它使用旧的/不完整的ADB。 Newer devices might not link to the ADB server for this very reason. 由于这个原因,较新的设备可能无法链接到ADB服务器。

What I'm writing here should work for any future devices on Windows and possibly *nix OSes. 我在这里写的内容应该适用于Windows上的任何未来设备以及可能的* nix操作系统。

First the systems must be prepared. 首先必须准备好系统。 on Android: 在Android上:

  • activate developer mode, either from an app (like Helium, when prompted) or by accessing the about phone section, taping build number until the developer mode unlocks 激活开发者模式,从应用程序(如提示时的Helium)或访问about phone部分,点击内部版本号直到开发者模式解锁
  • in developer settings enable USB debugging 在开发人员设置中启用USB调试
  • in security settings allow unknown sources 在安全设置中允许未知来源
  • (when connected with USB cable) set USB connectivity to PTP mode (camera device, if so labeled) (当用USB线连接时)将USB连接设置为PTP模式(相机设备,如果这样标记)

in Windows: 在Windows中:

  • uninstall older USB driver (with file removal) if there is one, but only when the device is connected and in developer mode, otherwise that particular device won't be listed 卸载旧USB驱动程序(带文件删除)(如果有),但仅在设备连接且处于开发人员模式时,否则将不会列出该特定设备
  • install latest USB driver after the device has been plugged in and developer mode is active, the device will be listed as unknown or other in Device Manager; 在插入设备且开发者模式处于活动状态后安装最新的USB驱动程序,设备将在设备管理器中列为未知或其他设备; the drivers can be downloaded separately from Google Android support site, these are the same as vendor drivers, with only fewer ID's in inf file making the driver not being recognized for all Android devices 驱动程序可以从Google Android支持网站单独下载,这些驱动程序与供应商驱动程序相同,inf文件中只有较少的ID,使得所有Android设备都无法识别驱动程序
  • if the driver does not recognise the device, no problem, install it generically: Manual Install > Show All Devices > Have Disk > pick inf location of the Android USB driver and from the list select Android ADB Interface; 如果驱动程序无法识别设备,没问题,请一般安装:手动安装>显示所有设备>从磁盘>选择Android USB驱动程序的inf位置,然后从列表中选择Android ADB Interface; there's not need to edit the inf by adding hardware ids, the end result is the same 不需要通过添加硬件ID来编辑inf,最终结果是相同的
  • each of the modes, PTP and MTP will have their own driver entry, so if the device asks for MTP, the same driver installation procedure must be followed, again 每种模式,PTP和MTP都有自己的驱动程序条目,因此如果设备要求MTP,则必须再次遵循相同的驱动程序安装过程

Once these steps are/were previously done correctly, adb must be tested. 一旦这些步骤先前正确完成,就必须测试adb。 If Android SDK was installed previously, open a command prompt where adb.exe is and test the listing of the device. 如果先前安装了Android SDK,请打开adb.exe所在的命令提示符并测试设备列表。

adb start-server IMPORTANT NOTE: This command will prompt the device to allow the communication between the computer it's been linked to on the first run. adb start-server重要说明:此命令将提示设备允许在首次运行时与其链接的计算机之间进行通信。 The prompt will also list an RSA key specific to the PC in question. 该提示还将列出特定于所讨论的PC的RSA密钥。 Without this prompt on start-server, ADB will NOT work! 如果在启动服务器上没有此提示,则ADB将无法运行! Nor will any application relying on ADB. 任何申请也不会依赖亚行。

adb devices Must list the device(s). adb devices必须列出设备。 If the list is empty, and most likely the RSA prompt did not occur, then no communication will work. 如果列表为空,并且很可能没有发生RSA提示,则无法进行通信。 If the list is empty the current ADB (and SDK) must be updated or installed fresh (in the case of apps bringing in their own ADB runtime, like Helium / Carbon). 如果列表为空,则必须更新或安装当前的ADB(和SDK)(如果应用程序引入了自己的ADB运行时,如Helium / Carbon)。

In the case of applications that do bring their own ADB, if the version is old, and these apps insist in using it instead of the SDK one, these files need to be replaced with the latest ones from Android SDK. 对于带有自己的ADB的应用程序,如果版本较旧,并且这些应用程序坚持使用它而不是SDK,则需要使用Android SDK中的最新文件替换这些文件。 Plain and simple copy & paste. 简单而简单的复制和粘贴。

As for Android SDK, the only required packages to be installed are SDK Tools and Platform-tools. 对于Android SDK,唯一需要安装的软件包是SDK Tools和Platform-tools。 There, ADB.exe will need some support libraries, on Windows these files are AdbWinApi.dll and AdbWinUsbApi.dll. 在那里,ADB.exe将需要一些支持库,在Windows上这些文件是AdbWinApi.dll和AdbWinUsbApi.dll。 After all is done, the SDK can be uninstalled from SDK Manager while being able to retain the ADB tool if this is the only runtime used, depending on the case in question. 完成所有操作后,可以从SDK Manager卸载SDK,同时如果这是唯一使用的运行时,则可以保留ADB工具,具体取决于相关案例。

Solution for Windows 7 and Nexus 5 (should be applicable for any Nexus device): 适用于Windows 7和Nexus 5的解决方案(适用于任何Nexus设备):

I figured out that my system was installing the Nexus 5 default driver for windows automatically the moment I was connecting my Nexus 5 to my system through USB. 我发现我的系统正在通过USB将Nexus 5连接到我的系统时自动安装Nexus 5默认驱动程序。 So uninstalling the default driver was in vain and it gets installed automatically anyways.Moreover if you uninstall the default driver, you won't be able to locate Nexus 5 under Devices in Computer Management. 因此,卸载默认驱动程序是徒劳的,并且无论如何都会自动安装。此外,如果卸载默认驱动程序,您将无法在“计算机管理”中的“设备”下找到Nexus 5。 So here is what i did and worked for me! 所以这就是我为我所做的工作!

  1. Computer-->right Click-->Manage-->Device Manager-->Portable Device-->Nexus 5-->Update Driver Software 计算机 - >右键单击 - >管理 - >设备管理器 - >便携式设备 - > Nexus 5 - >更新驱动程序软件
  2. Choose 'Browse my computer for driver software' 1.Make sure to give this location: %APPDATA%\\Local\\Android\\sdk\\extras\\google\\usb_driver 选择“浏览计算机以查找驱动程序软件”1.确保提供此位置: %APPDATA%\\Local\\Android\\sdk\\extras\\google\\usb_driver
  3. Click Next and you are done. 单击“下一步”,即可完成。

完成所有步骤,如启用调试,...我不得不放一张SIM卡,然后重新启动手机

我遇到了同样的问题,只需在开发人员选项中更改我的Android设备(Nexus 5X)> 选择USB配置为RNDIS(USB以太网)即可解决问题

Try executing : 尝试执行:

sudo ./adb kill-server sudo ./adb kill-server

sudo ./adb start-server sudo ./adb start-server

sudo ./adb devices sudo ./adb devices

In my case: 就我而言:

  • The phone was connected as a media device. 手机已作为媒体设备连接。
  • Clicked on that message and got a menu. 点击该消息并获得一个菜单。 "USB computer connection" “USB电脑连接”
  • In that menu chose to connect it as a camera (for devices that do not support MTP) 在该菜单中选择将其连接为相机(对于不支持MTP的设备)

And then it worked. 然后它奏效了。

Oh boy, I spent 3 hours for this simple thing and tried combination of above instructions.If it doesnt work for you, just try several combinations of above instructions and it will. 哦,男孩,我花了3个小时来完成这个简单的事情并尝试上述说明的组合。如果它对你不起作用,只需尝试上述说明的几种组合即可。 I am on windows 7 and nexus 5. Issue I had was when I try to install driver from the google usb folder, windows 7 fails to install. 我在Windows 7和nexus 5.问题我曾经尝试从google usb文件夹安装驱动程序,Windows 7无法安装。 Here are my steps: 这是我的步骤:

-first uninstall all nexus drivers on windows 7. connect with USB cable, go to device manager and uninstall the driver; - 首先卸载Windows 7上的所有nexus驱动程序。使用USB线连接,转到设备管理器并卸载驱动程序; unplug the cable and repeat until no drivers are found and nexus shows up under "other devices" in device manager. 拔下电缆并重复直到找不到驱动程序,并且设备管理器中的“其他设备”下显示nexus。 I also configured nexus device as camera (PTP) 我还将nexus设备配置为摄像头(PTP)

-follow @Dharani Kumar instructions. - 关注@Dharani Kumar说明。 They make appropriate configuration changes for nexus device 他们为nexus设备进行了适当的配置更改

-follow @Harshit Rathi instructions. -follow @Harshit Rathi说明。 They will ensure eclipse can show the device when windows detects the device 当Windows检测到设备时,它们将确保eclipse可以显示设备

-unplug and replug the USB cable after a minute. -unplug并在一分钟后重新插入USB电缆。 Now you should see a pop up on nexus device. 现在你应该在nexus设备上看到一个弹出窗口。 click it so that windows 7 will allow installing the driver from your local system. 单击它以便Windows 7允许从本地系统安装驱动程序。 if you dont see this, restart your device or pc 如果您没有看到这个,请重启您的设备或电脑

-follow @Rick's instructions.you can download USB driver as listed by @jimbob -follow @Rick的说明。您可以下载@jimbob列出的USB驱动程序

If you still have a problem, re read this entire thread and go from there (I spent hours on other web sites; those bits and pieces didnt help) 如果你仍然有问题,请重新阅读整个帖子并从那里开始(我在其他网站上花了几个小时;那些点点滴滴没有帮助)

Go here and download and unzip to an easy location: 到这里下载并解压缩到一个简单的位置:

http://developer.android.com/sdk/win-usb.html#top Download and install http://developer.android.com/sdk/win-usb.html#top下载并安装

I had the same problem, USB debugging enabled, device showing up in windows but I never got the question about RSA fingerprint when I connected my Nexus (6) device, nor did it show up in the Android Device Manager. 我遇到了同样的问题,启用了USB调试,设备出现在Windows中,但是当我连接Nexus(6)设备时,我从未得到过有关RSA指纹的问题,也没有出现在Android设备管理器中。

BUT In the windows device manager I did have an entry saying it was an android device and Composite ADB interface etc. Still didn't work. 但在Windows设备管理器中我确实有一个条目说它是一个Android设备和复合ADB接口等仍然无法正常工作。 When I tried the previous tips about manually updating the drivers, Windows 8.1 just responded that "Windows has determined that the driver software for your device is up to date" this was not true. 当我尝试以前有关手动更新驱动程序的提示时,Windows 8.1只是回答“Windows确定您的设备的驱动程序软件是最新的”这不是真的。 Looking at the driver details I saw that the driver was published by "ClockworkMod". 看看驱动程序的详细信息,我看到驱动程序是由“ClockworkMod”发布的。 I realized this must be because I had installed the Helium app sometime last year. 我意识到这一定是因为我去年的某个时候安装了Helium应用程序。 So I uninstalled that, still had the same problem. 所以我卸载了,仍然有同样的问题。 Checked again, this time it was indeed google drivers, but version 7 published in 2012 (and not version 11 published 2014). 再次检查,这次确实是谷歌司机,但2012年发布的版本7(而不是2014年发布的版本11)。 I uninstalled these AS WELL and then tried the trick of reinstalling the driver from the SDK located in: %localappdata%\\Android\\sdk\\extras\\google\\usb_driver 我卸载了这些AS WELL然后尝试了从位于以下位置的SDK重新安装驱动程序的技巧:%localappdata%\\ Android \\ sdk \\ extras \\ google \\ usb_driver

Now when I replugged my device it finally works and can be debugged with Android Studio. 现在,当我重新插入我的设备时,它终于可以运行,并且可以使用Android Studio进行调试。 Indeed a driver problem. 确实是司机的问题。

Answer by Rick and MadX is the right way to do the steps (Thumbs Up for the answer) Rick和MadX的回答是正确的做法(回答竖起大拇指)

In my case I am using Akcess USB Type C Data Sync Cable For Nexus 5x, 5P - White As Nexus 5x do not supply type C to usb cable I purchased it from some vendor. 在我的情况下,我使用Akcess USB C型数据同步电缆用于Nexus 5x,5P - 白色由于Nexus 5x不提供C型电缆,我从某些供应商处购买了它。

Having the same issue. 有同样的问题。 What I am doing stupidly is:- I am connecting the cable in wrong way. 我愚蠢地做的是: - 我以错误的方式连接电缆。 After I reconnect it from upside down its working for me. 在我重新连接之后,它为我工作。

I might think that some of the Cables do not support debuggable. 我可能认为有些电缆不支持可调试。 But its in my case. 但它在我的情况下。

This(Image) is my case the Type C should be as USB side symbol. 这个(图像)是我的情况,Type C应该是USB侧符号。 A stupid solution, but work for me 一个愚蠢的解决方案,但对我有用 在此输入图像描述

For those trying to connect their android phone in adb with no luck and have tried every USB configuration (MTP, PTP, RNDIS). 对于那些试图在adb中连接他们的Android手机没有运气并尝试过每个USB配置(MTP,PTP,RNDIS)的人。 It is worthing noting that in my case with my Nexus 5X on Windows 7 I successfully connected the phone to adb only by choosing the Charging USB Configuration . 值得注意的是,在我使用Windows 7上的Nexus 5X的情况下,我通过选择充电USB配置成功地将手机连接到adb。 With any other configuration (MTP, PTP, ...) it doesn't work. 使用任何其他配置(MTP,PTP,...)它不起作用。

USB Driver: Google USB Driver v11 USB驱动程序:Google USB Driver v11

ADB Version: Android Debug Bridge version 1.0.39 ADB版本:Android Debug Bridge版本1.0.39

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM