问题:Android studio报错:Error:Unable to start the daemon process.This problem might be caused by incorrect configuration of the daemon.For example, an unrecognized jvm option is used.
解决方案:
- 打开项目的gradle.properties文件,
- 更改为:org.gradle.jvmargs=-Xmx512m
- 问题解决
![](https://img2020.cnblogs.com/blog/1100170/202012/1100170-20201231101708116-896604108.png)