when i tried to open SDK anroid manager, but i can’t able to open.What was the cause …
path of jre is missing in anroid.bat file
Soution is –
Open up tools/android.bat in your favorite text editor
Search for this piece of code:
set java_exe=
Replace it with this:
set java_exe=”D:\Program Files\Java\jdk1.7.0_07\bin\java.exe”
where the path is the your Java exe.
Run android.bat and you will be able to open anroid sdk manager…