Please help me,I already installed java development kit and changed my os environment variables to JAVA_HOME. But still can not install android studio. OS is windows 10 pro. Android studio installation error_jdk could not detected "System check We could not detect a java Development kit (JDK) v 7 or newer on your system.Please browse to its path if know: Or download the following compatible JDK: jdk.7u67-windows-x64.exe and press 'Next' after installation is complete."
            Asked
            
        
        
            Active
            
        
            Viewed 1,554 times
        
    0
            
            
        - 
                    Add a system variable JDK_HOME with value c:\Program Files\Java\jdkxxxx\ – Sudheesh R Nov 14 '17 at 09:50
- 
                    might it help you https://stackoverflow.com/questions/35609472/android-studio-setup-could-not-detect-jdk and https://stackoverflow.com/questions/38941930/windows-10-android-studio-installation-jdk-error – Prags Nov 14 '17 at 09:54
1 Answers
-2
            
            
        Make sure you installed 64 bit jdk if your system is 64 bit first. Secondly make sure your environment variable is set right.
set path=C:\Program Files\Java\jdk1.8.0_121\bin:
 
    
    
        Caron Fernandes
        
- 1
- 2
- 
                    Thank you so much. But it s 64 bit. After jdk installation , oracle java mission control installed, but cmd "javac " not working. – User n Nov 14 '17 at 10:02
- 
                    If javac is not working in cmd you have not set your environmental variables right – Caron Fernandes Nov 14 '17 at 10:06
