Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradle Terminal is not showing in Android Studio

The Gradle Terminal (also called Gradle Command Line) is not showing in my android studio, I have Android Studio version 1.3.1 and I have been searching for how to view the terminal for over an hour now and all I get are tutorials about how to use it and not how to show it so that I can eventually use it. Anybody got a solution for this? Thanks in advance.

like image 332
eyadMhanna Avatar asked Nov 29 '22 06:11

eyadMhanna


2 Answers

Not sure if there is such thing in Android Studio. There is Gradle console and Terminal for sure.

Anyways, there is Find Action... command and you can use it to find "all" kind of things in Android Studio.

Just go to the Help menu and you will find it there. Here it's second menu option right after Search. Use this option to search for commands/features in Android Studio, like on the following image:

"Find Action" in action

As you can see there is Gradle Console available and if you search for the terminal you will find Terminal option as well. But no Gradle Terminal or Gradle Command Line ;-)

like image 172
pelotasplus Avatar answered Dec 04 '22 13:12

pelotasplus


check View - > Tool Windows - > Terminal in android studio

like image 39
Kirtan Avatar answered Dec 04 '22 13:12

Kirtan