I had the same problem. I tried setting all kind of paths but nothing worked. So I had to do some dirty fix. The only problem with this is that it opens a blank command line window.
I did the following to make it work.
bin
folder and open studio.bat
in text editorset JAVA_HOME=C:\Program Files\Java2\jdk1.8.0
//your java path after the ECHO line.Start
-> All Programmes
-> Android Studio
-> Android Studio
and click on properties
.Target
something like <installation path>android-studio\bin\studio64.exe
<installation path>android-studio\bin\studio.bat
Now you can access it by clicking it from the menu.
Note : I tried it with 8, It works.