Android Studio version: Chipmunk 2021.2.1
Mac version: macOS Monterey version 12.4
Whenever I click open in the above image in order to open any of my projects, android studio freezes completely, then I have to force quiet it in order to try again.
Im able to open all the projects which are in the recent menu list, and also able to create new projects as well. I tried to open one of the projects from the recent menu list and then tried to open other projects using the File-> open but it freeze again.
Any solutions to this?
3
Answers
For a temporary solution, I have found the following way to open my other projects.
Open Terminal.
Navigate to the project directory you want to open in android studio. Enter the below command
And that particular folder/project will get opened in android studio.
Update
With the new android studio update (2020.2.1) this issue was fixed.
I also had the same issue. Try to install Android Studio Dolphin | 2021.3.1 Beta 5. For me it works fine.
I had a similar issue and found that it was because Android Studio didn’t have the correct permissions. I went to Settings > Security & Privacy > Files and Folders and gave permission for the Downloads Folder and it started working for me.