I open Android studio after several weeks and I see this error in messages View:
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 theenter image description here user guide chapter on the daemon at https://docs.gradle.org/4.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
- First I do other instructions in stackoverflow but there's no progression:
- Then I removed C:\Users\Users.gradle directory I changed heap size in gradle.properties and I Added this line at end of file org.gradle.jvmargs=-Xmx1024m but no promotion.
what can I do for it? thank's alot.