Logcat cannot detect app or package names

后端 未结 10 516
春和景丽
春和景丽 2020-12-25 12:06

I\'m using Android Studio (Beta) 0.8.7 and my logcat has been working fine for months. All of a sudden my logcat is unable to detect any app or package names. This means I c

10条回答
  •  無奈伤痛
    2020-12-25 12:47

    Non of above method (1: check Enable ADB Integration, 2: use debug mode) work.... It become normal just "Randomly". Has anyone got the same situation as mine?

    **** Update the method works for me ******

    1. close the eclipse (I use it for my another java project)
    2. in terminal, type "adb kill-server"
    3. restart the Android Studio.

提交回复
热议问题