adb devices找不到设备
场景:adb devices找不到设备求解。解决思路
adb devices找不到设备求解。
很郁闷,最近要需要在项目里面整个一个直接往安卓手机里面装软件的功能,研究了2天,发现利用adb就可以很轻松的实习,关键问题来了。我的手机连接到电脑。只有通过先打开360手机助手(电脑版),这样再利用我的adb就能显示设备名和进行shell操作了,但是不打开360手机卫士就不行。首先排除,驱动问题,驱动已经正确安装了,再排除手机的调试模式,已经开了,不然360没用啊。再排除任何硬件故障。因为360手机助手开了以后我就可用ADB了。求各位高手教教我。。。。

------解决方案--------------------
你试试这个:
Try below steps:
1,Close the Eclipse if running
2,Go to the Android SDK tools directory in Command Prompt
3,type adb kill-server
4,then type adb start-server
5,No error message is thrown while starting ADB server, then adb is started successfully.
6,Now you can start Eclipse again.
it worked for me this way, Eclipse should be closed before issuing these commands.
------解决方案--------------------
首先 这几点 你先试试看
1,打开你手机里面的debug
2,关闭一些手机辅助软件 (类似于豌豆荚之类的)
3,关闭进程中的某些adb
4,保证只有一台android 设备
------解决方案--------------------
是的
adb devices找不到设备求解。
很郁闷,最近要需要在项目里面整个一个直接往安卓手机里面装软件的功能,研究了2天,发现利用adb就可以很轻松的实习,关键问题来了。我的手机连接到电脑。只有通过先打开360手机助手(电脑版),这样再利用我的adb就能显示设备名和进行shell操作了,但是不打开360手机卫士就不行。首先排除,驱动问题,驱动已经正确安装了,再排除手机的调试模式,已经开了,不然360没用啊。再排除任何硬件故障。因为360手机助手开了以后我就可用ADB了。求各位高手教教我。。。。
------解决方案--------------------
你试试这个:
Try below steps:
1,Close the Eclipse if running
2,Go to the Android SDK tools directory in Command Prompt
3,type adb kill-server
4,then type adb start-server
5,No error message is thrown while starting ADB server, then adb is started successfully.
6,Now you can start Eclipse again.
it worked for me this way, Eclipse should be closed before issuing these commands.
------解决方案--------------------
首先 这几点 你先试试看
1,打开你手机里面的debug
2,关闭一些手机辅助软件 (类似于豌豆荚之类的)
3,关闭进程中的某些adb
4,保证只有一台android 设备
------解决方案--------------------
是的