Logcat cannot detect app or package names

后端 未结 10 456
春和景丽
春和景丽 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

    Ran to the same problem on android studio.Tried connecting to the emulator(Intel emulator image with virtualization) and launched the app on the emulator and see if the application field comes back to logcat by logging with your app

    Also do not forget to add - android:debuggable="true" under application in your AndroiManifest.xml

    Eclipse don't see this problem because apparently Eclipse enables debugging automatically

提交回复
热议问题