9

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.

user3822324
  • 111
  • 1
  • 5
  • I've meet the same problem and have no any solution at all. I've restarted my mac, reinstalled Android Studio, deleted all my preferences, it had no any luck. – Engine Bai Jun 30 '15 at 02:06
  • Same problem here. I was working on a project then when I opened up another one of my projects, it suddenly stopped working. This is annoying! I can't open any of my projects! – remedy. Jun 30 '15 at 05:07
  • possible duplicate of [Android Studio can't open any projects](http://stackoverflow.com/questions/31128533/android-studio-cant-open-any-projects) – Peter O. Jun 30 '15 at 19:38

3 Answers3

10

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)

Engine Bai
  • 626
  • 1
  • 7
  • 16
1

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!

Community
  • 1
  • 1
Rodrigo Borges
  • 474
  • 3
  • 10
  • Note to future readers with the same problem. Do this only as a last resort. Make sure to check the logs to confirm that crashlytics is the reason for this bug because I'd rather you uninstall the plugin rather than downloading android studio again and having to re-download all the support libraries. – remedy. Jun 30 '15 at 06:19
0

I've solved it by uninstalling and re-installing the plugin. Now it works and my projects are openning. But still it's not giving me confidence.

Can Uludağ
  • 705
  • 8
  • 14