问题描述
我试图在我的新的安卓应用程序: //en.wikipedia.org/wiki/Nexus_10">Nexus 10 。我有一个的apk文件。我已经下载了Android SDK,安装Android的SDK工具,Android的SDK平台工具,和谷歌USB驱动程序。我检查了设置在我的Nexus 10未知源。
I am attempting to install an Android app on my brand new Nexus 10. I have a .apk file. I have downloaded the Android SDK, installed "Android SDK Tools", "Android SDK Platform-tools", and Google USB Driver. I have checked the setting on my Nexus 10 for "Unknown Sources".
当我从命令终端运行亚行的设备,它没有列出任何设备。我试图按照这一建议的,因为它是相同的一个建议,我有previously发现在这里堆栈溢出。下面这些步骤后,亚行的设备仍返回一个空的列表,使情况变得更糟,当我在我的Nexus 10连接到我的电脑,Windows不会在装置内显示任何文件夹。
When I run "adb devices" from the command terminal, it doesn't list any devices. I attempted to follow this recommendation, because it was identical to a suggestion I had previously found here on Stack Overflow. After following those steps, "adb devices" still returns an empty list and to make it worse, when I connect my Nexus 10 to my PC, Windows doesn't show any folders within the device.
我已经撤销在该链接的步骤,以及一切我迄今所做的,以及从卸载我的Nexus 10设备管理器并重新安装它,但我仍然没有看到在设备中的任何文件夹。
I have undone the steps in that link, along with everything else I have done so far, as well as uninstalling my Nexus 10 from Device Manager and reinstalling it, but I am still not seeing any folders in the device.
有什么我很想念让我的设备显示在亚行的设备?
Is there anything I am missing to get my device to show up in ADB devices?
我能做些什么来让Windows看到该设备内的文件夹?
What can I do to get Windows to see the folders within the device?
推荐答案
Windows 8中也不会承认我的Nexus 10设备。通过在设备上的设置对话设定传送模式到相机(PTP)固定。
Windows 8 wouldn't recognize my Nexus 10 device. Fixed by Setting the transfer mode to Camera (PTP) through the settings dialogue on the device.
设置>存储>菜单> USB电脑连接到相机(PTP)
Settings > Storage > Menu > USB Computer connection to "Camera (PTP)"
这篇关于亚行没有设备发现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!