Recently I have install Android studio on my Windows 10 laptop and I already install Java JDK latest version.
I am getting the following Android studio error,
Failed to load JVM DLL C:\Program Files\Java\jdk1.7.0_25\jre
If you already have a 32-bit JDK installed, define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables.
How can we fix the Android studio dll error.
Ramya834
Failed to load JVM DLL C:\Program Files\Java\jdk1.7.0_25\jre
If you already have a 32-bit JDK installed, define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables.
It was a basic problem while installing Java in pcs, JVD(java virtual machine) is a static variable to enhance the java files.
To solve the problem here is the simple steps to set up
1. Go C-drive in your Windows system -> programming files ->java ->jdk ->copy the
path
2. Right click on computer Icon in your system ->properties ->Advanced system
settings ->Environmental variables
By click on the Environmental variables, you will find the system variables in
bottom
3. System variables ->click new -> one POPUP will be open
4. You have to give Variable name as JAVA_HOME and paste the previously copied path
in the variable value.
5. Now we need to set up PATH
for that Goto User variable in Environment variables Window -> select path –
>click Edit
A new window will be open
6. Click on new-> add the bin path of your JVD file -> click ok
Then your configuration will be done successfully
It worked for me .. thank you