Android Studio 3.0 - Logcat window can not show filter input control

前端 未结 5 971
我寻月下人不归
我寻月下人不归 2020-12-17 09:27

I can not type a text filter in the logcat input text control on Android Studio 3.0.1, because it is too small.

My screen is big enough. I did an event switch to fu

5条回答
  •  情书的邮戳
    2020-12-17 10:04

    Actually the problem is with the device name, which is too long and due to this it squeezes the Logcat search. So to the solution I got for this name issue is to change the device name (whether its Genymotion or AVD). So to change your device name follow below steps :

    For AVD : Go to Tools --> Android --> AVD Manager --> Select your device and then change the device name to shorter one.

    For Genymotion : Open you VirtualBox --> Select your device and then Click on Settings --> Change the name to shorter one.

    And other option is Right click on Logcat tab and then enable Floating mode. Then just resize the floating window so that the Logcat search can expand.

提交回复
热议问题