Android Studio Logcat Filter does not show up

后端 未结 2 861
猫巷女王i
猫巷女王i 2021-01-06 15:06

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

相关标签:
2条回答
  • 2021-01-06 15:53

    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

    0 讨论(0)
  • 2021-01-06 16:02

    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
    
    0 讨论(0)
提交回复
热议问题