Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android studio can't open any projects or files in mac

Tags:

android

I am using the latest Android Studio version 1.2.2. I can't open any projects or files suddenly. It only show the "no files are open" page. Most of the tools are grey.

I tried create a new project. The new project created successfully, but still stay in this "no files are open" page.

Please give me some suggestions. Thanks a lot.

like image 740
user3822324 Avatar asked Jun 30 '15 00:06

user3822324


People also ask

Where are Android Studio projects saved Mac?

1.3. Android Studio stores the projects by default in the home folder of the user under AndroidStudioProjects.

How do I open the project folder in Android Studio?

Launch Android Studio, and click File > New > Import Project. Locate your project directory, click the build. gradle file you created above to select it, and then click OK to import your project.


Video Answer


2 Answers

Do you install Crashlytic (Fabric) plugin to Android Stuido??

If yes, try to uninstall the plugin and restart Android Studio. I've fixed this problem by uninstalling it. (https://code.google.com/p/android/issues/detail?id=178464)

like image 179
Engine Bai Avatar answered Oct 20 '22 01:10

Engine Bai


I was facing exactly the same problem. Then, I completely removed Android Studio following this tutorial: How to completely uninstall Android Studio?, installed it again and I was able to open and run my projects as before.

Hope it helps you!

like image 39
Rodrigo Borges Avatar answered Oct 19 '22 23:10

Rodrigo Borges