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
Asked
Active
Viewed 9,741 times
1 Answers
28
I had the same problem, but I already resolved it now. Try the following steps
- go Help | Install New Sofware...
- select Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/
- press Select All
- press Finish
Done

heLL0
- 1,357
- 3
- 23
- 30

user2959232
- 416
- 5
- 4
-
1You 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
-
3Note 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