问题描述
我在Ubuntu 13.10使用AndroidStudio 0.4.0(0.3.2上遇到同样的问题)。
一切正常,直到我失去了logcat的过滤工具和设备选择侧栏的Android和DDMS DDMS的意见。
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.
我怎么能恢复呢?
谢谢!
推荐答案
这个问题似乎是相当基于Ubuntu软件包自动更新。所有通过互联网搜索后本页面帮助了复苏的观点。
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.
<一个href=\"http://karuppuswamy.com/word$p$pss/2013/10/23/how-to-install-android-studio-in-ubuntu-linux-13-10/\" rel=\"nofollow\">http://karuppuswamy.com/word$p$pss/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
这篇关于Android的工作室logcat的过滤器不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!