Android-Studio : Error: Could not create the Java Virtual Machine

前端 未结 8 1725
耶瑟儿~
耶瑟儿~ 2020-12-01 12:41

I have just installed Android - studio today. First I have to install jdk7 for this IDE.

After that only I was able to launch IDE.

Now When I am trying to cr

8条回答
  •  攒了一身酷
    2020-12-01 12:54

    I was facing this same issue, and I solved it by the following steps:-

    1. Close android studio.
    2. Go to your project folder.
    3. Delete .gradle folder and gradle.properties file.
    4. Now start android studio project and wait while gradle build. It will not show the error.

提交回复
热议问题