简体   繁体   中英

Android Studio JDK, JAVA_HOME does not effect the path

No matter which path do i use for JAVA_HOME variable it does not effect android studio path for finding JDK, i tried restarting the computer after changing the path and it still doesnt work, Image Attached.

在此处输入图片说明

Thanks

Thanks for replaying i solved it by setting up the a new variable named PATH and set it to my JDK bin folder

在此处输入图片说明

Use this format -

 variable name : JAVA_HOME
 variable value : C:\Program Files (x86)\Java\jdk1.8.0_11\jre

在此处输入图片说明

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