Android Studio Logcat Filter does not show up

喜你入骨 提交于 2019-11-30 23:07:15

There is a way to make it appear. Just click the "Event log" label in the bottom-right of AS.

But it may will miss again in some case... I guess whether it's a bug of AS.

Same question, check this link: enter link description here

The problem seems to be rather based on Ubuntu packages auto-update. After searching all over internet this page helped out to recover the views.

http://karuppuswamy.com/wordpress/2013/10/23/how-to-install-android-studio-in-ubuntu-linux-13-10/

I installed these two packages and relaunched the Studio, everything works fine again.

sudo apt-get install libncurses5:i386
sudo apt-get install libstdc++6:i386
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!