Whenever I run my app from within Android Studio, the ADB output is automatically shown in a tool window e.g.:
Waiting for device.
Target device: asus-nexus_7
Uploading file
local path: C:\Development\AndroidStudioProjects\example\main\build\apk\main-debug-unaligned.apk
remote path: /data/local/tmp/com.example.app
Installing com.example.app
I almost never need to actually read this output, but I can't find a way to prevent it from showing. If I edit the run configuration, I can prevent logcat from opening automatically, but not the ADB output.
Is this possible?
Thanks