Android Studio Logcat Filter does not show up

六眼飞鱼酱① 提交于 2019-11-30 18:41:28

问题


I'm using AndroidStudio 0.4.0 (encountered same problem on 0.3.2) on Ubuntu 13.10. Everything was ok till I lose the logcat Filtering utility and device choosing side bar in 'Android' and 'ddms ddms' views.

However the program recognize connected device/emulator and runs the app normally on it, it even shows all logs roughly, but I no longer can select device or filter the logs.

How can I recover them?

Thanks!


回答1:


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




回答2:


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


来源:https://stackoverflow.com/questions/21006416/android-studio-logcat-filter-does-not-show-up

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