在安卓中文站下载了第一个的Android studio,成功安装了,但打不开,提示我应该安装32位的jdk,问题在于,我的系统是win7 64位的……
环境变量的设置也已经看了没有问题,空格没有分号正确路径正确…不知道该怎么查看Android studio的版本,求解!
另外…我好像找了很久都没有发现Android studio有分windows 32位系统跟64位的,是不是它下载默认就是64位系统的?
弹出窗的提示是这样的: No JVM installation found.please install a 32-bit JDK 中间的提示省略不写,大意就是让我设置环境变量
NOTE:we have detected that you are running a 64-bit version of the Windows operating system but are running the 32-bit executable. This can prevent you from finding a 64-bit version instead, if this is the problem you're encountering.
有木有人遇到同类问题?最后是怎么解决的呢? 感激不尽~
首先确定你的 JDK
有木有安装和配置正确:
JDK
。JAVA_HOME
这个环境变量, Android Studio
运行需要这个环境变量。其次 Google 发布的 Android Studio
安装包有2种:
.exe
后缀的安装版,一般都很是正式版才发布安装版。.zip
后缀的绿色版,解压后就可以运行。如果你是用的第一种安装的应该不会出现这个问题,前提是你的 JDK
安装和环境变量配置都木有问题....
如果你是用第二种,那么打开 Android Studio
的安装目录里的 bin
文件夹,在里面找到 studio64.exe
这个可执行文件双击打开就可以运行了,前提也是你的 JDK
安装和环境配置都木有问题....