Issue
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.
Solution
adb is Android Debug Bridge.
To restart adb by command line:
adb kill-server
adb start-server
To restart adb in Eclipse:
- Window > Show View > Other... > Android/Devices
- When the view is showing: View Menu of "Devices" > Reset adb
Answered By - Hailei
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.