I have been trying to set up my android to begin my development lessons all day without success. I have installed the Java JDK kit
and I\'m trying to install th
This error often occur if not always because android sdk does not recognise "java" in sub-folder "System32" as "java.exe". Simply rename it to "java.exe". Sub-folder "System32" is found in Local Disk(C:)>>Windows. Scroll down to find "java" in sub-folder "System32".
This should work provided "Java jdk" is properly installed on your system. Goodluck!
@hasan-veli-soyalan I tried your solution, but my c:\windows\system\java.exe
not exist in my case, I'm using Windows 8 pro 64bit, instead, i found c:\windows\system32\java.exe
and i changed it as you described, it worked!!