ameencarpenter
ameencarpenter

Reputation: 2579

Android Studio: Top action bar is hidden in android studio

The top action bar in android studio (android studio itself, where i select file, build.. etc) is hidden, how can i show it again ?

I tried to edit everything in settings but nothing worked.

enter image description here

Upvotes: 0

Views: 70

Answers (1)

Omkar76
Omkar76

Reputation: 1628

I'm using Android Studio 4.1. Following steps fixed it for me :

  • Press CTRL + ALT + S. This will open settings window.
  • Go to Appearance and Behavior > Menus and Toolbars
  • Click on restore button (looks like a undo button)
  • Choose Restore Main menu
  • Then click apply button.

Android studio appearance settings to make main menu visible

Upvotes: 1

Related Questions