0

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.

enter image description here

Thanks

Cœur
  • 37,241
  • 25
  • 195
  • 267
xsss
  • 81
  • 1
  • 2
  • 9
  • possible duplicate of [How to set java\_home on Windows 7?](http://stackoverflow.com/questions/2619584/how-to-set-java-home-on-windows-7) – ooozguuur Jul 30 '15 at 11:16
  • possible duplicate of [Setting JAVA\_HOME at Android SDK](http://stackoverflow.com/questions/4613046/setting-java-home-at-android-sdk) – Parker Jul 30 '15 at 11:19

2 Answers2

0

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

enter image description here

xsss
  • 81
  • 1
  • 2
  • 9
0

Use this format -

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

enter image description here

Android Geek
  • 8,956
  • 2
  • 21
  • 35