无法安装Android Studio(IDE无法创建目录Mac)

Fer*_*uiz 4 java ide android android-studio

我无法在我的 Mac 上安装 Android Studio,但一个弹出窗口一直显示一个错误,我已经安装了 IntelliJ,我不知道这是否与问题有关。我真的希望你们能帮帮我。

在此处输入图片说明

wid*_*ayd 7

安装 mac os BigSur 后出现问题,问题是因为 Application Support 中 google 文件夹的所有者是 root

解决我的问题的解决方案是将 google 文件夹的所有者从 root 更改为我的当前用户,您可以使用 open terminal / Iterm并在下面输入命令

cd ~/Library/Application\ Support
sudo chown your_current_user_name ./Google
Run Code Online (Sandbox Code Playgroud)