When i click on SDK manager in the eclipse, it does not start. Rather it displaying following message
Android\tools\lib\\find_java.exe
-s'
is not recognized as an internal or external command, operable program or batch file"
I tried to change my Path variable, but it still does not work. Not sure what mistake I am doing. Appreciate your help.
My path variable contains:
JAVA_HOME is C:\Program Files\Java\jdk1.7.0
C:\Program Files\PC Connectivity Solution\;%JAVA_HOME%\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseGit\bin
Thanks