Reputation: 5227
I opened Android Studio to find that the Terminal Tab is no longer present along the bottom left. Restoring to the default layout did not return it. I also can't seem to find any reference to it in the View or Window Tabs.
How do I get the to the Terminal tab in Android Studio?
Update:
Terminal is not present under View -> Tool Windows, but the Terminal Plugin is installed and enabled.
Upvotes: 1
Views: 2961
Reputation: 126
File > Settings > Plugins' - Search for "terminal"
Untick the check box -> Press Apply Tick it again -> Press Apply -> Press OK Restart Studio
Upvotes: 10
Reputation: 5227
Toggling Tools-> Android-> Enable ADB Integration
Off/On then restarting the IDE returned my Terminal Tab.
Upvotes: 1
Reputation: 339
Try the shortcut alt+F12. Or check the information under the heading
Running embedded local terminal
On the following link:jetbrains help
Upvotes: 9