简体   繁体   English

android - Moto G mobile在Eclipse的设备列表中脱机显示

[英]android - Moto G mobile shows offline in the devices list in Eclipse

I am trying to connect the Moto G device to Eclipse in Windows XP 32-bit machine.It shows in the devices List but as offline and in unknown status. 我正在尝试将Moto G设备连接到Windows XP 32位机器中的Eclipse。它显示在设备列表中但是处于脱机状态且处于未知状态。 I have installed USB driver. 我已经安装了USB驱动程序。 I turned on USB debugging on the phone and able to connect my device as MTP or PTP,it is detecting as removable hardware in the system but in eclipse it shows as offline. 我在手机上打开USB调试并能够将我的设备连接为MTP或PTP,它在系统中检测为可移动硬件,但在eclipse中它显示为脱机。

Tried the following things 

Downloaded the Adb driver Installer from here http://adbdriver.com/downloads/ tried to installing driver using it, it says driver already installed. 从这里下载了Adb驱动程序安装程序http://adbdriver.com/downloads/尝试使用它安装驱动程序,它说已经安装了驱动程序。

Then restarted the adb and checked, then restarted the device & checked nothing worked out. 然后重新启动adb并检查,然后重新启动设备并检查没有任何问题。

Any help would be appreciated. 任何帮助,将不胜感激。

Any application you build is working in emulator? 您构建的任何应用程序都在模拟器中工作? Cause you have tried everything which is needed.. Did you specified android:minSdkVersion in your application? 因为你已经尝试了所需的一切..你在你的应用程序中指定了android:minSdkVersion吗? The Android system will prevent the user from installing the application if the system's API Level is lower than the value specified in this attribute. 如果系统的API级别低于此属性中指定的值,则Android系统将阻止用户安装应用程序。 So you can try first testing in emulator.If everything is working fine in that than sure there is problem with device. 因此,您可以尝试首先在模拟器中进行测试。如果一切正常,请确保设备存在问题。 And last thing you can check in your device Settings -> Security -> Check Unknown Sources option. 最后,您可以在设备中检查设置 - >安全性 - >检查未知来源选项。 Even check Allow debugging mode.Hope it helps. 甚至检查允许调试模式。希望它有帮助。

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

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