When developing an Android project in Eclipse, I frequently find that the android device is offline. When I reset the Android Debug Bridge (adb) the problem is resolved--albeit temporarily. There are many answers on SE that suggest resetting ADB to resolve similar problems, but I haven't found an answer to the underlying cause:
- What is happening that requires ADB to be reset so frequently?
UPDATE: Here's some detail about my configuration to the extent it's relevant (per @Berdon's request):
- Development environment is running Windows 8.
- Eclipse JDT (3.8.1), Eclipse Platform (4.2.1), Eclipse RCP (4.2.1), ADT (21.0.1.201212060302).
- Connecting to Android Devices using a USB cable with no USB hub between them.
- The Android devices in question include primarily a Nexus 7 tablet and an HTC Thunderbolt, although I've seen it occur with other devices as well.
