0

I don't have experience with Eclipse, but some time ago, I've followed some tutorials and I have successfully build 2 android applications. After 6 months of not using Eclipse, when I opened I had to make some updates, but my virtual devices doesn't start. I get the following message error:

Adb connection Error:An existing connection was forcibly closed by the remote host
Connection attempts: 1

I've tried the following, but the end results are the same: - deleted and made new virtual device - reset adb from DDMS - adb kill-server from cmd

I assume that I didn't install the right packages in Android SDK Manager.

dole doug
  • 34,070
  • 20
  • 68
  • 87

2 Answers2

1

I am not sure what's causing you the problem but have you tried downloading the Android SDK from this link ? It includes Eclipse and the Android SDK you need to develop applications. It is possible to make it work by getting first eclipse and after that install Android SDK aswell.

About your error I assume is a problem in system services as when you want to start an emulator it must start aswell a system process ... maybe that's not starting and in this case can be a problem with your Android SDK or it gets blocked in the background by your operating system (I'm not sure what's really happing though, this is a guess).

Monica
  • 188
  • 6
0

Can you please try this way. Sometimes adb is not working even emulator is started.
Please follow the below link.

how to detect the emulator in eclipse for android?

Community
  • 1
  • 1