I am trying to run a react native project but I see an error saying "Starting a Gradle Daemon, 14 busy and 1 incompatible and 2 stopped Daemons could not be reused, use --status for details" after which the terminal stays idle.
Hello, I've followed the steps outlined in the official react native docs for starting a new react native project. Everything went perfect until I ran the react-native run-android command with an emulator open. I got the following error:
"Starting a Gradle Daemon, 14 busy and 1 incompatible and 2 stopped Daemons could not be reused, use --status for details"
And then the application stayed in "IDLE" state and I could not get the react native application to show on the emulator.
So far I have tried every existing solution proposal on every blog/article I could find but none of them worked.
- I have tried to stop all gradle processes using gradle --stop.
- I have tried to delete the .gradle dir.
- I have tried to delete the .gradle/5.4.1/daemon files but I could not even find a daemon folder inside the gradle version folder.
- I have tried multiple times deleting the project and creating a new one with react-native init.
- I have tried not updating the gradle software which is suggested when opening a new project inside android studio.
- I have tried using a different phone for the emulator.
terminal output - https://i.stack.imgur.com/cEnJG.jpg project folders - https://i.stack.imgur.com/eQ4JB.jpg