Вопрос

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

Try reinstalling the drivers using the nexus 4 toolkit (you can find it on xda)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top