亚行无法找到我的设备为Android调试。为什么? [英] adb cannot find my device for Android debugging. Why?

查看:129
本文介绍了亚行无法找到我的设备为Android调试。为什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  1. 在我安装了Windows USB的Andr​​oid SDK 驱动程序为Android开发手机1
  2. 我启用了所有的调试模式和内容的电话。
  3. 甚至说... USB调试连接。
  4. 当我输入ADB设备,它表明我只有我的模拟器,而不是我的手机。
  1. I installed Windows USB Android SDK driver for the Android Dev Phone 1
  2. I enabled all the debugging modes and stuff on the phone.
  3. It even says...USB debugging connected.
  4. When I type adb devices , it shows me only my emulator , and not my phone.

这似乎并没有认识到我的Andr​​oid手机作为一个 ADB设备。这是为什么呢?

It doesn't seem to recognize my Android Phone as an adb device. Why is that?

推荐答案

可能会更快只是为了重新启动ADB服务器:

Might be faster just to restart the adb server:

adb kill-server ; adb start-server

或者我经常使用的:

Or what I often use:

adb kill-server ; adb devices

当你调用 ADB设备它将自动启动亚行服务器。然后让您的设备,它可以找到的列表。有时,即使到那时,没有找到该设备马上所以你可能需要调用 ADB设备多做几次。

When you call adb devices it automatically starts up the adb server. Then gives you the list of devices it can find. Sometimes even then it doesn't find the device right away so you may need to call adb devices a few more times.

这篇关于亚行无法找到我的设备为Android调试。为什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆