When installing the Android SDK you may be presented with Java SE Development Kit (JDK) not found error. This may appear even if the JDK is installed. The solution is surprisingly simple ...
Java EE Development Kit (JDK) not found
Assuming the Java SDK is installed correctly the solution is as simple as :
- When you are presented with the error dialog click "Back"
- Then click "Next"
It will now find the SDK just fine and continue the installation.
Why does this happen? Who knows.