Warm tip: This article is reproduced from stackoverflow.com, please click
android android-studio intellij-14 intellij-idea java

Error launching studio: "Could not find main class com/intellij/idea/Main" when installing Android s

发布于 2020-04-10 16:04:39

I'm currently having an issue installing Android studio. Whenever I clicked on studio.exe to begin installing it pops up with an error message saying: Could not find main class com/intellij/idea/Main

enter image description here

I've searched through but still no way out. I have installed Java and configure my environment variables.

Please, what could have gone wrong?

Thanks.

Questioner
Adetona Abiodun Abdulquadri
Viewed
248
John Deer 2018-09-19 17:52

Windows

To install Android Studio on Windows, proceed as follows:

  • If you downloaded an .exe file (recommended), double-click to launch it.
  • If you downloaded a .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines).

Follow the setup wizard in Android Studio and install any SDK packages that it recommends.