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

后端 未结 7 1512
逝去的感伤
逝去的感伤 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:27

    Me too had the similar problem. Struggled alot to resolve and finally this worked out for me.

    1. Remove all the folders in the root folder of workspace(except workspace folder) like .android, .eclipse, .metadata etc

    2. Save your platfoms to some safer place and delete the folder "adt-bundle-windows-x86-20130729"

    3. Unzip the bundle again to some other locations

    4. Try running the eclipse again and create an application

    5. Run the application and see whether emulator automatically gets starting

    6. Paste back ur platforms

    This worked for me on my 4th attempt.

提交回复
热议问题