Android sdk will not install - crashes when checking for jdk

android

Solution

it may be a bit late, no solution on the internet worked for me and finally out of desperation I deleted the registery key:

`HKEY_LOCAL_MACHINE\Software\JavaSoft (not in Wow6432Node)`

And it worked! I hope I just saved someone from looking for a solution for two hours like I did.

Problem

I have downloaded the java jdk, and the android sdk installer, but when I run the android sdk installer, it works fine until the screen where it checks for the java jdk. It starts to not respond, then after about 15 seconds, a crash message pops up. Any help with this issue?

Original source

Related problems