How to prevent Android Monitor from automatically opening when I run a project in Android Studio? -
this android monitor window displays log activity phone, can see stack trace, etc. when program crashes. fortunately program runs without crashing. :-) means window not useful me of time.
how can prevent android monitor opening automatically on every time run project?
for now, i've resized small.
for android studio 1.4
go
run->edit configurationsexpand
defaults, click onandroid application(or current app, pick topandroid applicationnode)switch
miscellaneoustabuncheck
show logcat automaticallyoption
you can open window anytime alt/opt+6.
Comments
Post a Comment