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
I guess there is a problem with the find_java.bat file. Please refer to the thread here https://code.google.com/p/android/issues/detail?id=28196
Not sure if this is the solution your looking for, but when I set file path variables I use 2 backslashes instead of one. So it would be
Try these steps:
Open up /tools/android.bat in your favorite text editor
Search for this piece of code:
Replace it with this:
java_exe will be the static path is the path to your Java exe.
Run android.bat