Android SDK was opening easily few hours ago but after I updated SDK-TOOLS to latest version it started giving me error whenever I try to open SDK-MANAGER using eclipse. The error I am getting is :
[2013-06-17 12:03:40 - SDK Manager] [SDK Manager] 'C:\Windows\system32\java.exe' is not recognized as an internal or external command,
[2013-06-17 12:03:40 - SDK Manager] [SDK Manager] operable program or batch file.
[2013-06-17 12:03:40 - SDK Manager] [SDK Manager] Invalid path
I have checked my enviorment variable
setting for PATH
value as well.The path value has **C:\jdk1.6.0_23\bin** path for jdk and System32 jdk comes after that, but still it's using system32 path .I have aslo tried all solutions given on StackOverflow but nothing seems to work for me. I don't know what has gone wrong ?
Please help