Solution for this type of error in the android SDK installation and upgradation of tools .
Here we instead of runing installtion from eclipse we need to it from outside from command promt.
Steps:
1.Close Eclipse and close all instances of windows explorer in which the android application is running .
2.open the tools folder in android-sdk folder Eg: "D:\android\android-sdk\tools"
3.Now run AVD manager independently from command promt with the following commands
4. Go to the directory where android sdk is installed at, and then its tools subdirectory.
Here we instead of runing installtion from eclipse we need to it from outside from command promt.
Steps:
1.Close Eclipse and close all instances of windows explorer in which the android application is running .
2.open the tools folder in android-sdk folder Eg: "D:\android\android-sdk\tools"
3.Now run AVD manager independently from command promt with the following commands
4. Go to the directory where android sdk is installed at, and then its tools subdirectory.
- Run Android.bat.
- At this point, update just as you would if you were running the AVD Manager from within Eclipse (make sure the proxy settings are mentioned if you are behind the proxy).
5.Install all the packages you want and enjoy your work ..............Now it will work fine .