Reputation: 781
Recently updated my Android Studio from 1.1 to 1.2 and I am facing this strange issue. Trying to resize my window and it doesn't seem to work. Only you can shorten the width, not height. So unless I can shorten the height, I cannot click the Finish button. ^_^
Upvotes: 2
Views: 2605
Reputation: 11
Update to Android Studio 1.4 or latter. Then you'd be able to click the Finish button. Android studio 1.4
Upvotes: 1
Reputation: 29
I've just been using the enter key to finish and the X at the top right of the window to cancel. Switching to Windows theme also fixes this, but as someone who uses Darcula for ease on the eyes, I would find it time consuming to switch back and forth on a regular basis.
Upvotes: 0
Reputation: 109
You should change the Theme as follow:
File-->Settings-->Appearance & Behavior-->Appearance--> Here you should change the Theme from "IntliJ" to "Windows", and then click OK.
Upvotes: 4
Reputation: 1
Well, you can use TAB button, in case you do not want to Auto-Hide Taskbar. Same happens with Emulator too. I also tried reseting the X and Y coordinates to 0, but it still persists.
Upvotes: 0
Reputation: 781
Okay, one thing seems to work for it.
You can Right Click on Taskbar > properties > Auto-hide Taskbar
Then you'd be able to click the Finish button.
Upvotes: 1