I have this problem in Android studio after unistalling Bumblebee and installing Flamingo.
Multiple Gradle daemons might be spawned because the Gradle JDK and
JAVA_HOMElocations are different.Project 'My Application' is using the following JDK location when running Gradle:
'C:/Program Files/Android/Android Studio/jbr'The system environment variable
JAVA_HOMEis:'C:\Program Files\Java\jdk-19'If you dont need to use different paths (or ifJAVA_HOMEis undefined), you can avoid spawning multiple daemons by settingJAVA_HOMEand the JDK location to the same path.
I tried to Install the new Android Studio Flamingo Version after successfully uninstalling the BumbleBee version