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
what can I do for it? thank's alot.
Check the logs in ~/.gradle/daemon/<your-gradle-version>
to get more insight about the problem, in my case it was java.net.BindException: Address already in use: bind
exception. I was using my computer as a hotspot for my phone and I realized that somehow it was preventing the deamon from binding, disabling the hotspot solved the problem for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With