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

3

9

Android Studio version: Chipmunk 2021.2.1
Mac version: macOS Monterey version 12.4

enter image description here

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?

Chancre answered 29/5, 2022 at 3:37 Comment(1)
This issue still occurs on my M1 MacBook (Monterey 12.4) and Android Studio 2021.2.1 Patch 1Miramirabeau
C
6

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

open -a Android\ Studio Your_project_name

And that particular folder/project will get opened in android studio.

I will update the answer once I get to know the fix of the actual problem, till then if anyone is facing the same issue you can use the above mention hack.

Update
With the new android studio update (2020.2.1) this issue was fixed.

Chancre answered 29/5, 2022 at 4:51 Comment(0)
T
1

I also had the same issue. Try to install Android Studio Dolphin | 2021.3.1 Beta 5. For me it works fine.

Twopiece answered 27/7, 2022 at 9:17 Comment(0)
M
0

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.

Marmot answered 10/9, 2022 at 17:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.