I am installing android studio into my 32 bit windows. It was installed when i am going to launch this application it was giving error of the java_home environment variable does not point to a valid jvm installation
I have checked the version installed on PC.screenshot of java version and path where it was installed on my PC
My Android Studio Folder which was build doesn't created JRE Folder.Path where Android Studio has setup .
The mistake which i have done is that i am giving JAVA_HOME variable to System Variables not to User Variable.
so, we have to give a variable to a User Variable in environment variable.
second thing is that the value should only has a path of a jdk not other paths are added in that value.In my case it was also storing other path also don't know why??but now working.