I\'m trying to instal Android Studio for Windows but I get an error: \"Could not find main class com/intellij/idea/Main\"
I installed the 64 bit jdk and created an e
Are you sure you have installed 64bit ?
Generally for 64bit installation default path will be "c:\Program Files (x86)\Java\jdk1.7.0_71"
Another thing to check if your java installation ( 64bit is compatible ) is fine.
a. open command prompt.
b. cd {your java installation}\jdk1.7.0_71\bin
c. type "java" and "java -version" ( See if both command works )