14

I just update the android sdk API-19 and buildtool-19 from sdk manager. But in starting the eclipse it show the console error that are mention on the title. And one more thing when i was created the avd for android 4.4 emulator that is not show in the list of running emulator. Please resolve this thanks

Sunil Kumar
  • 7,086
  • 4
  • 32
  • 50

1 Answers1

28

I had the same problem, but I already resolved it now. Try the following steps

  1. go Help | Install New Sofware...
  2. select Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/
  3. press Select All
  4. press Finish

Done

heLL0
  • 1,357
  • 3
  • 23
  • 30
user2959232
  • 416
  • 5
  • 4
  • 1
    You may have an "No repository found error" error while installing the tools as I had. [Here](http://stackoverflow.com/a/10103295/1080954) is the solution for it. – osayilgan Nov 07 '13 at 13:17
  • 3
    Note that the url given might fail for you. I needed to use the `https` path instead: `https://dl-ssl.google.com/android/eclipse/`. – Mike Williamson Nov 13 '13 at 22:19