Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - Android Project View is Missing

enter image description here

I've found some webpage but it does not guide me back to normal android project view. http://developer.android.com/sdk/installing/studio-androidview.html

I did File => Other Settings => Default Project Structure => Default Settings => OK It make even worse, import library become not function-able.

like image 341
Txuver Jhi Wei Avatar asked Nov 20 '15 01:11

Txuver Jhi Wei


3 Answers

None of the above solutions worked for me so I fixed this by removing the .gradle and .idea folders from my project.

like image 77
Adrian Avatar answered Oct 27 '22 23:10

Adrian


Try:

View -> Tool Windows -> Project OR the shortcut is alt+1.

If that's not working try:

Window -> Restore Default Layout OR the shortcut is shift+F12.

Also, check that Studio is up to date:

Help -> Check for update...

like image 31
DigitalNinja Avatar answered Oct 27 '22 21:10

DigitalNinja


I also had this problem (creating new project also looked similar to IntelliJ IDEA), got it fixed when I enabled some Android-related plugins.

Go to Preferences (Settings on Windows and Linux) > Plugins and enable Android Support, at a minimum.

Now you will have "Android" option in the Project View.

like image 18
Sufian Avatar answered Oct 27 '22 22:10

Sufian