Vivek Hirpara
Vivek Hirpara

Reputation: 807

How To Use Run Anything in Android Studio 3.4

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

Upvotes: 8

Views: 3100

Answers (1)

Manohar
Manohar

Reputation: 23394

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

Upvotes: 12

Related Questions