Reputation: 3767
I have installed android studio on my windows 7 machine. The window size (run configurations, add activity...) is bigger than my screen and I am unable to click on the finish button after doing my selections. If I drag the window up it would jump back down when it reaches the top part of my screen. There is bug report filed. Does anyone know some kind of work around? It is becoming a real pain to me in my development works. Update:I am able to resize the window horizontally but not vertically.
Upvotes: 3
Views: 7667
Reputation: 1
As a developer we can take it as a shortcut.
Follow the steps:
Click on "Start a new Android Studio Project"
It will open window, Fill up details by pressing TAB to go NEXT, NEXT.
After filling up details, Your cursor is in "Project Location" Area (If not then click on that) and Press TAB. It will focus on "Next" Button, You can Press "Enter" now.
Now you are in next screen "Target Android Devices".
I got the solution for this screen by Maximizing the window (see the attachment). (If you cant get even then you should choose way of TABs again.)
Its work for me for all the screen except first screen (Maximizing the Window).
Upvotes: 0
Reputation: 41
I went to file - settings. Then under appearances and behavior, I selected the theme drop down menu and selected windows. Under windows options I ticked 'Widescreen Tool Window layout' and last but not least, under presentation mode I selected the lowest possible font size available. Let me know how you go, it has worked for me so far.
Upvotes: 4
Reputation: 37
You can use ALT+SPACE to get the window menu, click "move" and use your cursor keys to move the window around to work with it. You can also see if "restore" or "minimize" works. If you have a menu control for your monitor make sure it is set to run the same resolution set in windows (right click desktop, screen resolution). AS is taking it's window size cue from windows settings, so it might be the monitor or cabling. I have win7 and AS 1.3.2 and it works normally without the problems you describe.
Upvotes: -1
Reputation: 125
You can use the windows snap shortcut to change it's alignment and size. Try Windows key + Left/Right arrow key.
Upvotes: 4