I found that the task bar was moved to code area and be transparent.
I cannot find and option to move it back to the bottom.
I try to invalidate cache and restart android studio but it doesn't work.
View -> Status Bar solve the issue!
Related
My task bar is gone and I don't know, I asked IntelliJ whether they can help me, but the answer wasn't useful. My Android Studio looks now like in the Screenshot. I also tried to uninstall and reinstall it and tried to change the settings.
Screenshot
When I created a new project, it looked like this:
Screenshot
Please help me.
Here are 4 simple steps for this:
Press Shift double time. It will open up the popped up window.
Under Actions, type main menu.
A toggle button labelled View | appearance: Main Menu - OFF appears.
Hit that toggle button to make it ON.
Voila! your Main Menu toolbar is back. 🎉
You can launch a search using Ctrl+Shift+A shortcut, then type main menu it will show you a menu like this, from View -> Appearance you can show or hide any option
The toolbar item that displays the current git branch/app running status is out of position. I tried restoring the layout, but it didn't change anything.
Toggling View->Appearance-> Status bar solved the issue
I am new to android development. The mouse pointer on the design page is as shown in the screenshot. I am not able to edit anything like increasing the height and width of the widget on this page. I might be able to do it in XML but I want it done here.
I want a normal mouse pointer where I can edit the widgets.
I tried looking at some of the blogs but it didn't help.
activity.xml - design
It worked after removing the cache files and restarting the android studio
Recently in my version of Visual Studio 2012 my scrollbar’s scrolling bar went missing in the code editor(text editor) and I need them back. It’s not the Tools->Options->Text Editor->Display Vertical Scroll bar and Horizontal Scroll bar check box issue. They are both checked and when they are not checked the bar does go away. The arrows in the scroll bar still work and I can move through the code and the page follows the cursor when moving through the code. I checked my other versions of Visual Studios on my computer and the bars are there.
Missing Hbar Missing Vbar
I tried repairing Visual Studio with no luck. I then tried uninstalling and reinstalling Visual Studio also no luck.
I had the same problem. I cleared it up simply by moving the file "Microsoft.VisualStudio.Default.cache" from my folder
%userprofile%\appdata\local\microsoft\visualstudio\11.0\ComponentModelCache.
It appears to have cleared up this "cached" behavior "preference". The neighboring folder
%userprofile%\appdata\local\microsoft\visualstudio\11.0\Extensions
had a couple other likely cache file culprits.
Although his solution to delete toolbox*.* files did not work for me, I was inspired by Roman Hnatiuk's resolution of a similar problem at
https://rhnatiuk.wordpress.com/2012/10/12/toolbox-scrollbar-disappeared-in-visual-studio/.
Go to Tools > Options > Text Editor > All Languages > Scroll Bars
Check the appropriate scroll bars
I'm using Visual Studio 2012 Express and i don't have the path in the answer of Paul Scofield. Yet, i have searched for the ComponentModelCache keyword in my %userprofile% folder and found it as "%userprofile%\AppData\Local\Microsoft\WDExpress\11.0\ComponentModelCache". Also found the "Microsoft.VisualStudio.Default.cache" file in the folder and deleted it. I can see the scroll bar now.
Posting as answer so that it might be usefull for other people like me.
In VS 2019 (maybe also earlier, didn't check), the vertical scrollbar has two modes: "bar mode" (the usual one) and "map mode" (the one where the code in the file is previewed).
For some reason, I had the "map mode" turned on by default, so I changed to "bar mode" by:
Tools -> Options -> Text Editor -> All Languages -> Scroll Bars -> Use bar mode for vertical scroll.
In Visual Studio 2022, I was using a split editor layout (two documents side by side). The one on the right had its horizontal scroll bar. The one on the left didn't have one.
Turns out that when I widened the left split pane, the horizontal scroll bar for that pane appeared. There had apparently not been enough space due to Git commit info in the status bar and the horizontal scroll bar disappeared instead. Seems like a bug or at least a poorly designed feature.
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!
Go to
Window > Restore Default Layout.
Or you could try SHIFT+F12,
Most of the time the reset workspace will be under Window or in other applications under
Window > WorkSpace > Reset Default Layout.
Then it should work!
I'd never get helpful result when used Window\Restore default layout
So I'd had to just clean up the Android Studio settings directory:
On Windows
C:\Users\*[USERNAME]*\.AndroidStudioXX
On Mac
Delete these using the terminal (usage: rm -rf folderpath):
~/Library/Preferences/AndroidStudioBeta
~/Library/Application Support/AndroidStudioBeta
~/Library/Caches/AndroidStudioBeta
~/Library/Logs/AndroidStudioBeta
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
to move the toolbar back to the left side check 'toolbar' in the View menu.
On AS3.0 unchecking toolbar in the View menu moves it to the right of the screen. Deleting the settings didn't restore it to the correct position for me