Java – Unable to start Android Studio

Unable to start Android Studio… here is a solution to the problem.

Unable to start Android Studio

I installed Android Studio

a month ago and ran successfully, I was using Windows 7 (64-bit) Then I set up a new Windows 7 (32-bit) and reinstalled the JDK and Android Studio I even downloaded the latest version of Android Studio but it didn’t work.

First, a message pops up to set the environment variables I did, then I open Android Studio again and another message appears:

Could not find main class com/intellij/idea/main

enter image description here

I searched for that problem and found that the solution was to add JAVA_HOME value

C:\Program Files\Java\jdk1.8.0_101

Then, I opened it again, but it didn’t work and no message appeared. I tried running the SDK, but I get an error message:

enter image description here

Solution

I quickly googled this and it seems that for all those who have encountered this problem, the solution is to uninstall Android Studio, re-download the installer and install it from scratch.

Related Problems and Solutions