Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio can't open any projects

My Android Studio (v1.2.2) can't open or create any project on my mac suddenly, the IDE always show No Files are open and does not show any error message, but I'm sure that all my files exist and all the 1. Project or 7. Structure...etc. tool tabs disappeared.

enter image description here

I've tried the following operations:

  • Restart the mac or Android Studio.
  • Delete all the preference and reinstall the Android Studio (downloading from Android Developer Site).
  • Use all new settings of Android Studio.
  • Create a new android project in different folder. (different from original project)
  • Invalidate Caches / Restart

But it does not work at all, this IDE always shows No files are opend. How can I solve this problem?? Thanks a lot.

like image 276
Engine Bai Avatar asked Jun 30 '15 02:06

Engine Bai


People also ask

Why Android Studio is not running the app?

Unplug your device from the USB port on the computer. Restart the device by powering off and back on. Verify that Settings => Developer options => USB Debugging is enabled. Quit and re-launch Android Studio.

How do I open an Android Studio project?

Open Android Studio, and click File > New > New Project. Enter a name for your app project and specify the location where it should be created, and then click Next. Select the form factors your app will run on, and then click Next.


1 Answers

Do you use Fabric SDK? I found this issue. https://code.google.com/p/android/issues/detail?id=178464

like image 191
sekitaka Avatar answered Sep 28 '22 20:09

sekitaka