应用程序的Andr​​oid设备上运行的不

问题描述:

我的应用程序是正确的仿真器,但没有运行的设备。早些时候,我已经运行在设备上很多时候相同的应用程序。我已经把USB-调试我的设备,还设置可调试为true,清单上。

My application is running properly on emulator but not on device. Earlier I have run the same app on device many a times. I have turned USB- Debugging on my device, also set debuggable to true in manifest.

当我尝试使用命令ADB的设备,它显示我的设备列表为空。

When I try to use command adb devices, it's showing me an empty list of devices.

有没有人遇到任何时​​候同样的问题?

Has anybody encountered same problem anytime?

感谢名单提前。

这仅仅是一个东西来尝试列表/检查

This is just a list of things to try/check

- >来源不明真

- >调试的需要USB调试

-> Debuggable requires USB Debugging

- >非大容量存储模式/ USB连接来访问SD卡

-> Non Mass Storage mode/USB connect to access the SD Card

- >拔掉重新插上

-> unplug replug

- >重启手机(以确保您可以拔掉USB和取出电池)

-> reboot the phone (to be sure you can unplug the usb and remove the battery)

- >重启亚行

你能看到一个模拟器?你可以在模拟器启动应用程序?你可以在手机上推出了不同的项目?

Can you see an emulator ? can you launch your app on the emulator? can you launch a different project on the phone?