I\'m facing the below error when I\'m trying to import a gradle project in Android Studio.
Unable to start the daemon process. This problem might be caused b
If you are on mac try this :
cd Users/
Make sure that you are on the right path by looking for .gradle with
ls -la
then run that to delete .gradle
rm -rf .gradle
This will remove everything. Then launch your commande again and it will work !