机器人工作室未能加载DLL JVM [英] android studio failed to load jvm dll

查看:216
本文介绍了机器人工作室未能加载DLL JVM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了JDK 1.0.7_25和Android工作室捆绑的指示。安装完成时,我试图推出后,我得到了以下错误消息 -

I have installed JDK 1.0.7_25 and Android Studio bundle as instructed. After completing the installation when I tried to launch I got the following error message -

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.....

我创建了一个JAVA_HOME varialbe为prescribed,但仍然得到同样的错误消息。现在,我对此有些沮丧。请帮助我。这将是非常有益的,如果你能给我一步步的解决方案,因为我在这方面新的。

I have created a JAVA_HOME varialbe as prescribed, but still getting same error message. Now I am little frustrated about this. Please help me out. It will be very helpful if you can give me a step by step solution as I am new in this area.

先谢谢了。

推荐答案

除了JAVA_HOME应设置为JDK目录如C:\\ Program Files文件\\的Java \\ jdk1.7.0_21你也有一个路径添加到JDK的bin目录例如C:\\ Program Files文件\\的Java \\ jdk1.7.0_21 \\ bin中。
正如你已经知道如何设置JAVA_HOME变量添加额外的目录路径变量是一样的,但你必须编辑现有的变量,并用分号分隔例如路径添加; C:\\ Program Files文件\\的Java \\ jdk1.7.0_21 \\ bin添加到路径的末尾。
更多详情,时间:<一href=\"http://www.i-programmer.info/programming/android/5887-android-adventures-getting-started-with-android-studio.html\">Getting开始使用Android工作室

As well as JAVA_HOME which should be set to the jdk directory e.g. C:\Program Files\Java\jdk1.7.0_21 you also have to add a path to the jdk bin directory e.g. C:\Program Files\Java\jdk1.7.0_21\bin. As you already know how to set the JAVA_HOME variable adding the extra directory to the path variable is just the same but you have to edit an existing variable and add the path separated by a semicolon e.g. add ;C:\Program Files\Java\jdk1.7.0_21\bin to the end of the path. More details at: Getting Started With Android Studio

这篇关于机器人工作室未能加载DLL JVM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆