How can I reset the Android studio layout?

Viewed 22357

My Android Studio Layout

I'm so sad because my android sutios's layout is something strange. In above screenshot, as you can see, the blue circled position is located at very right side of studio. I want to move it like the position that the arrow points but I don't know how to move it..

Any help will be appreciated. Thanks!

4 Answers

On a Mac

Delete these using the terminal (usage: rm -rf folderpath):

~/Library/Preferences/AndroidStudioBeta
~/Library/Application Support/AndroidStudioBeta
~/Library/Caches/AndroidStudioBeta
~/Library/Logs/AndroidStudioBeta
Related