今天第一天玩Android studio 一打开就出现如下错误:

Error:Unable to start the daemonprocess. 
This problem might be caused by incorrect configuration of the daemon. 
For example, an unrecognized jvm option is used. 

 

 

 

解决方案:

1.进入C盘的.gradle文件夹

Android studio 错误解决 Gradle sync failed: Unable to start the daemon process.

2.添加一个文本文件

在其中输入以下代码:

org.gradle.jvmargs=-Xmx512m

并重命名为  gradle.properties

 

Android studio 错误解决 Gradle sync failed: Unable to start the daemon process.

3.重启Android studio.发现问题解决.

相关文章:

  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-15
  • 2021-09-16
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2021-11-10
  • 2022-12-23
  • 2021-04-20
  • 2021-07-21
  • 2021-11-26
  • 2022-02-07
  • 2021-09-22
相关资源
相似解决方案