Android Studio Failed to Load JVM DLL error

The environment is good, it could be opened before, but it cannot be opened now
insert image description here

The reason is that I opened the 32-bit startup mode, the installed jdk is 64-bit, and the computer is also 64-bit, so 64-bit should be used. (In the past, the computer’s start menu had a shortcut to open it directly. Later, the computer was damaged, and many shortcuts to the start menu were deleted. Now, to open things, you can only go to the bin directory to find the exe file to open, and then click the wrong one. .Whisper bb)
insert image description here
If jdk and Android studio are installed correctly, it means that the startup method is wrong, and the corresponding jdk should be used.

There are also related answers on stackoverflow
https://stackoverflow.com/questions/17759671/android-studio-failed-to-load-jvm-dll
insert image description here
idea series It seems that this kind of problem will occur if you click the wrong one.

Guess you like

Origin blog.csdn.net/xxmy7/article/details/119709667