Nils Bruzelius
Nils Bruzelius

Reputation: 65

Android Studio project structure item missing from file menu

I recently had to re-import my flutter project from my git repo and everything is working fine except for the project structure missing from the file menu. It should be at File -> Project Structure but it's simply gone. Can't find any answers elsewhere. Have I missed something when re-importing the project?

screenshot of what my menu looks like.

Upvotes: 3

Views: 853

Answers (1)

Hasan El-Hefnawy
Hasan El-Hefnawy

Reputation: 1569

1- Delete .idea\modules.xml file.

2- Close your project and open it again.

Upvotes: 1

Related Questions