Connection with adb was interrupted You may want to manually restart adb from the Devices view

后端 未结 7 1475
逝去的感伤
逝去的感伤 2021-02-06 11:01

I am using Windows 7 and JDK 6.

I downloaded the package of Android SDK with Eclipse and followed the instructions to create the first Hello World application.

H

7条回答
  •  醉梦人生
    2021-02-06 11:47

    This always works for me. Follow these steps :-

    1. Close Eclipse.
    2. Kill adb.exe from Task Manager (Windows Only)
    3. Disconnect your device.
    4. Reconnect your device.
    5. Start Eclipse and Wait for Eclipse to build workspace.

    P.S. This works perfectly on a Physical Device. I haven't tried it on Emulator.

提交回复
热议问题