简体   繁体   中英

Trying to run android studio won’t open

I'm trying to run android studio but it gives me this :

Error launching android studio

Failed to load JVM DLL C:\ProgramFiles\Java\jdk-10.0.2\bin\server\jvm.dll
If you already have a 32-bit JDK install, define a JAVA_HOME variable in
computer > system properties > system setting > environment variables 

... I have downloaded java from oracle (they didn't have a 32bit version only 64bit ) it said it was installed successfully but then when I try to run android it didn't work ...
I went into the environment variables and try to add java_home and put the folder link and it's still not working ...
I'm so at lost here , I would really appreciate it if you guys can help me out ( as it's my first time trying to learn how to code )
Thank you so much for your time and expertise

Long time ago I didn't go to Windows but in my memories you have to specify the Java_Home path and also add it to the path. Did you do that ?

(Sory if it's not that or if that don't solve the problem)

You should set Path and JAVA_HOME In Your System

1.JAVA_HOME

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

2.ANDROID_SDK_HOME

在此处输入图片说明

3.PATH

F:\dev_two\jdk\jdk1.8.0_101\bin;F:\dev_two\sdk\platform-tools

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM