Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the Terminal in Android Studio to iTerm2?

As the title says, is there any way to change the default Terminal of Android Studio to iTerm2 on Mac OS?

like image 812
Jerome Avatar asked Dec 13 '14 14:12

Jerome


People also ask

Does Android Studio have a Terminal?

The Android Studio Terminal Pane is the command prompt for Android devices and can be accessed through the following steps: Navigate to the top toolbar and click View. Cick on Tools Window and select Terminal.

Where is Android Studio in Terminal?

Open a command line—from Android Studio, select View > Tool Windows > Terminal—and navigate to the directory where your unsigned APK is located.


1 Answers

I haven't tested it on a Mac, but at least on Windows you can select the shell used by the Terminal window in the Settings Menu (for example from the default cmd.exe to TCC/LE).

I suspect it should be the same way,

File -> Settings -> Terminal -> Shell path

See the IDEA documentation for the Terminal plugin.

like image 128
matiash Avatar answered Nov 01 '22 21:11

matiash