Android SDK manager won’t open

Make sure your java\bin directory is in your path statement before the windows\system32 directory.
The SDK Manager uses java and it was finding the one in the system32 folder.

In a CMD window, you can run ‘where java‘.
Don’t forget to restart your CMD after changing the path variable for checking.

Leave a Comment