我安装完Android studio 新建工程后就出错,mainactivity.java文件标签都不是C标志,运行按钮是灰色的不能点,总之界面里的文件不是正常的。
错误提示如下:
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.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/3.3/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------听到一些解决办法都是说修改项目gradle.properties文件,修改成下面一行代码:
org.gradle.jvmargs=-Xmx512m
-XX:MaxPermSize=512m
可是我试了还是一样的错误
请教各位大神的帮助,谢谢!