After studying This and This, running the SDK manager from the ADT still prompts an error from the console log:
C:\Program Files\Java\jdk1.7.0_25\bin\java.exe -jar lib\archquery.jar is not recognized as an internal or external command, operable program or batch file.
Invalid path
The system cannot find the file specified.
I promise I can find the java.exe
file, and lib\archquery.jar
does exist, but the batch file just show the same error again.
I have changed the find_java.bat file to
set javaw_exe=C:\Program Files\Java\jdk1.7.0_25\bin\javaw.exe
to directly locate the java.exe
and javaw.exe
files.
I don't know what happened at all? Can someone offer me the correct batch file? (I download it on 2013/8/1, I can't find older one)
Thanks.