什么是Android中的adb? [英] What is adb in Android?

查看:142
本文介绍了什么是Android中的adb?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试运行我的Android程序时,我收到以下错误。



请解释我真正的 adb 是什么,以及如何重新启动?



我收到以下错误

 与adb的连接已关闭,并发生严重错误。 
您必须重新启动adb和Eclipse。


解决方案

adb是 Android Debug Bridge



要通过命令重新启动adb行:

  adb kill-server 
adb start-server
/ pre>

要在Eclipse中重新启动adb:


  1. 窗口>显示视图>其他...> Android / Devices

  2. 当视图显示时:查看设备菜单>重置adb


I get the following errors when I try to run my Android program.

Please explain me What really adb is, and how to restart it?

I am getting the following error

The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.

解决方案

adb is Android Debug Bridge.

To restart adb by command line:

adb kill-server
adb start-server

To restart adb in Eclipse:

  1. Window > Show View > Other... > Android/Devices
  2. When the view is showing: View Menu of "Devices" > Reset adb

这篇关于什么是Android中的adb?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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