Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to toggle auto open run tab when running application in Android Studio?

Is there a way to make Android Studio toggle auto open the run tab when running an app?

like image 576
Micro Avatar asked Feb 03 '26 16:02

Micro


2 Answers

The solution is to go to Run -> Edit Configurations -> select miscellaneous tab and check Show logcat automatically.

enter image description here

like image 79
Micro Avatar answered Feb 05 '26 07:02

Micro


  1. Tap on Modify run configuration option on the left side of Run tool window Modify run configuration

  2. Untick Activate tool window option at the bottom Activate tool window

like image 20
Tamas Fabian Avatar answered Feb 05 '26 05:02

Tamas Fabian