android no compatible devices found

那年仲夏 提交于 2019-12-11 19:18:00

问题


I've just installed the android sdk with eclipse and imported a project. but when i try to run it on my phone it doesn't run "no compatible devices" error is displayed.

a generic "android" device is displayed under "other devices" in manage devices and there's the error icon saying that there's no driver installed, if i try to install google usb driver it says that no compatible driver where found. it's strange because i've other 2 pcs and the phone works well. obviously usb debugging is turned on.

min target:8 , max: 18 , phone: 4.1.2

any idea?


回答1:


It usually happen when Eclipse does not found Andriod Debug Bridge(adb) somehow.

So, in order to sort out this problem you can download "Universal adb".

Its a software which installs adb required for compatibility between your device and Eclipse IDE.

First you just need to connect your device with your laptop and run the Universal adb software. Hit the install button. And its all done.

I hope this works for you.




回答2:


It happens from time-to-time with Eclipse.

Try restarting Eclipse and if it doesn't help restart your system



来源:https://stackoverflow.com/questions/21861155/android-no-compatible-devices-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!