-1

I am finding this error again and again.I do uninstall and re install android studio but it's not working.Could anyone help in this issue please.The error message is like this:

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/4.1/userguide/gradle_daemon.html

Please read the following process output to find out more:

Error: Could not find or load main class org.gradle.launcher.daemon.bootstrap.GradleDaemon

Zoe
  • 27,060
  • 21
  • 118
  • 148
Amin Pial
  • 383
  • 6
  • 12

1 Answers1

0

Meanwhile you can try this

1.Open the projects gradle.properties file in android studio

2.Added this line at end of file org.gradle.jvmargs=-Xmx1024m & Save the file

3.Close & reopen the project

source

vikas kumar
  • 10,447
  • 2
  • 46
  • 52
  • i did all of these .But its not that problem.I went through stackoverflow on this issue but didn't find something helpful on my issue. – Amin Pial Jan 23 '18 at 17:56