skip to Main Content

The same issue was reported here:

Android Studio not opening the finder in order to open any project in mac

Basically, any time that Android Studio is trying to open up Finder, it freezes and I’m forced to force quit the app and open it again. This happens when going through "File -> Open…" or when creating a new project and selecting a different save location.

I am running Android Studio Chipmunk | 2021.2.1 Patch 1.

The temporary solution given in the comments of the other post works well, but the update saying "With the new android studio update (2020.2.1) this issue was fixed" doesn’t seem to be true for me, so I wanted to ask the question again. (As a note, I think he meant 2021.2.1)

I also uninstalled and reinstalled the App hoping that might fix it, but that didn’t work either.

3

Answers


  1. Try to install the Preview version. For me Android Studio Dolphin | 2021.3.1 Beta 5 works fine. You can always check the fresh version here: https://developer.android.com/studio/preview/install-preview

    Login or Signup to reply.
  2. It was a permissions issue.

    I started a new project (it does not require the Finder). Then I popped up the finder from File / Project Structure… dialog (pressing on … of SDK Location) and that instance of Finder asked for permissions to access my drive.

    After the permissions were granted the open project Finder started to work.

    Login or Signup to reply.
  3. Adding value to Valery M answer, the new Android Studio Dolphin 2021.3.1 fixed this problem for my MacMini running Catalina 10.15.7.

    I updated using Android Studio > Check for update

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search