Android Studio “Project Structure” not coming properly

Go to File > Project Structure > Project Settings > Modules.

Click on the green colored + and add new module.
select Application module and set the content root to your project module.

Click next and then finish.

This should do the trick and the complete project structure will appear.
It worked for me.

Leave a Comment