Installing Android Studio (Not working)

后端 未结 4 1678
野趣味
野趣味 2020-12-21 04:21

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

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-21 04:57

    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 )

提交回复
热议问题