简体   繁体   中英

Nexus4 USB Debugging Issue

I have a nexus4 and in developer options I switched on USB debugging. After I connect it to my PC and press run from eclipse to test the app on my phone the app does not run! The window shows the option only of them emulator but not of Nexus4 I have nexus 4 drivers installed too. What can be the problem?

Did you go a pressed "Build number" 7 times in the About Phone settings?

http://www.redmondpie.com/enable-developer-options-in-android-4.2-on-nexus-4-and-galaxy-nexus/

Did you try to restart the Eclipse? because I had pretty much same issue with my galaxy s2.

It is in fact an issue I have faced for long.

Use the SDK on Linux. It works then. For me it doesn't work when on Windows....

try:

$ adb devices

and it should output something different than:

????????????

if not then you don't have permissions to access your device, you need to restart the adb daemon, in Linux you would use:

$ adb kill-server

and then run the daemon as root:

$ sudo adb start-server

after that you would be able to use it; I'm not sure how to do this on Windows but I hope it helps

尝试使用nexus 4工具包重新安装驱动程序(您可以在xda上找到它)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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