Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - Project structure is almost empty

I'm on Android Studio 0.2.9 and when I open the Project Structure menu, well.. I've got only this :

enter image description here

Modules menu and other things are no longer here ! Does anyone experience this issue to ? I think those topics are relative (here and here).

Edit : Still getting this error in new version 0.2.10.

like image 505
grena Avatar asked Sep 18 '13 16:09

grena


1 Answers

Well, somebody reported this "issue" on google project here : https://code.google.com/p/android/issues/detail?id=60310.

As you can see, google team answer is :

The other panels are not relevant for Gradle projects and are being hidden, except for occasional bugs where they unexpectedly reappear.

So I tried to import an old project without Gradle and here is what the Project Structure looks like now, on Android Studio v0.2.11 :

enter image description here

To summarize, Android Studio hides some Project Settings when the project is managed with Gradle (in order to not mix library file import without Gradle, probably..).

Feel free to comment if I'm wrong, but it seems to work this way now.

like image 96
grena Avatar answered Nov 01 '22 01:11

grena