Issue
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?
Solution
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.
Answered By - Tehleel Mir
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.