What is the Android Studio Terminal Pane?

前端 未结 5 1294
陌清茗
陌清茗 2021-01-01 17:04

This may seem trivial, but I really can`t find anything with Google, so I ask here: What is the \"Android Studio Terminal pane\" mentioned here (under \"Add the configuratio

相关标签:
5条回答
  • 2021-01-01 17:33

    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

    Alternativiely you can just press ALT + F12

    This is the shortcut for the Terminal.

    The function of the Terminal is to help you run commands on you Virtual device directly from the Terminal.

    Hope this helps :)

    0 讨论(0)
  • 2021-01-01 17:38

    Here it is! Bottom of your Android Studio, select Terminal.

    You can also go to: Tools -> Open Terminal

    Hint for Android Studio: Menu Help -> Find Action -> type what are you looking for. Android Studio will give you couple matches accordingly to your search criteria. Most of the times you can find what you are looking for with this "Find Action" option.

    0 讨论(0)
  • 2021-01-01 17:44

    If you are on Windows or Linux Just press ALT + F12 then it will bring up the terminal.

    0 讨论(0)
  • 2021-01-01 17:51

    Android Terminal - this is command line.

    No difference actually between using Android Terminal or using command line.

    This is just a handy tool inside IDE.

    You can find it in View -> Tool Windows -> Terminal or tap double Shift and type Terminal

    Tip : in any cases you can use double Shift for find everything in Intellij Idea

    0 讨论(0)
  • 2021-01-01 17:51

    Android Studio Panel is like Normal terminal, but there is the difference between them. Normal Terminal point home directory of operating system and Android Studio terminal point the directory of Project.

    0 讨论(0)
提交回复
热议问题