I have installed Android studio on windows 64 bit.
When I try to open the application I get a pop up message saying " no JVM installation found. Please install a 64 bit JDK. If you already have a 64-bit JDK installed, define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables. error message
I have installed following JDK
Java SE Development Kit 8u102 Windows x86
I have defined JAVA_HOME in environment variables environment variables
Add this to your PATH
system variable:
C:\Program Files (x86)\Java\jdk1.8.0_102\bin
That's what I currently have alongside what you have.
EDIT: You have a 32-bit (x86) JDK installed. Make sure to install a 64-bit JDK. The path for that should be
C:\Program Files\Java\jdk1.8.0_102\bin