什么是Android中的adb?

前端之家收集整理的这篇文章主要介绍了什么是Android中的adb?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我尝试运行我的 Android程序时,我收到以下错误.

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

我收到以下错误

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

解决方法

adb是 Android Debug Bridge.

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

adb kill-server
adb start-server

要在Eclipse中重新启动adb:

>窗口>显示视图>其他…> Android设备/器械>视图显示时:“设备”的查看菜单>重置adb

原文链接:https://www.f2er.com/android/310958.html

猜你在找的Android相关文章