Flutter folder permission error
-
i have flutter tool dir permission error in android studio (4.2.1)
Exception: The flutter tool cannot access the file or directory. Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.
in flutter doctor doesn't have any issues.
I changed the folder permissions also changed dir ownership in my mac, nothing works
-
run this command on the PowerShell with elevated permissions (as an administrator).
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser -
this is not going to work on the Mac computer. This is for the windows. I am sorry I didn't see that MAC part.
-
can you tell how to fix in the mac ?
-
unfortunately no. I don't have a MAC.