Android Studio upper menu

Viewed 2295

After updating to High Sierra beta, my upper menu bar disappears. I can't find a way to bring it back.

enter image description here

Here is how it's looking after the update: enter image description here

4 Answers

Edit vmoptions with cmd + shift + a and add this line :

-Dapple.laf.useScreenMenuBar=false

Restart the application.

Related