Being new to Android devopmnet, I use Android Studio for development, but suddenly it no longer works.
The program no longer starts, and if I run studio.bat from the command line, I get the following error:
Error: could not find or load the main class com.intellij.idea.Main
I saw other reports that Android Studio does not start (for example, this and this ), but none of them solve my problem. I set PATH variables for JAVA_HOME and JDK_HOME correctly C:\Program Files\Java\jdk1.7.0_07
As I mentioned, Android Studio worked, and I donβt know why it stopped working. Any clue?
android intellij-idea android-studio
anderZubi
source share