Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Use Run Anything in Android Studio 3.4

Android Studio 3.4 New Functionality Added But How to Use This ?

like image 593
Vivek Hirpara Avatar asked Jan 26 '23 10:01

Vivek Hirpara


1 Answers

I Messed around with it some time and here is what I found .

You can use it to run commands for

  1. Gradle task
  2. Run Configurations
  3. Recent Projects

You will get auto complete suggestions for the commands you are typing . It will also save the history of all the commands executed .

( From what I see you can run any terminal command but you are not gonna get autocomplete suggestions for other types of commands)

Shortcut : Double ctrl

You can also filter what commands to run by clicking on the filter icon on top

enter image description here

like image 185
Manohar Avatar answered Jan 31 '23 20:01

Manohar