Problem:
- The connection to ADB are down, and a severe error has occured. You must restart ADB and Eclipse
- Error: The remote host forced the shutdown of an existing connection
- ADB locked!
- Adb.exe not found
- ADB failed to restart! Make sure the plugin is properly configured
- * Failed to start daemon *
- Java.io.IOException: The software in your console aborted an established connection.
Workaround:
- Confirm that Adb.exe exists in the Android SDK.
- Use 360 or other files to unlock the software and unlock the Adb.exe. (Right-click on adb.exe--> to remove the Occupy).
- The phone's USB debug mode is turned on and off.
- Eclipse restarts. The phone restarts.
- Open the Task Manager and kill the ADB start process.
- Reseat the phone data cable.
- In CMD, run the following two ADB commands in turn adb kill-server adb start-server
- Use the "Reconnect phone" feature of the Mobile assistant class software
- Whether to open a number of applications that occupy ADB, such as software to brush the ROM, multiple eclipse,netbean, multiple phone assistants.
- Borrow a colleague's cell phone
Solutions to ADB problems encountered in Android development