4

I recently updated my Nexus 5x to Android N preview, I updated the SDK plugin for Android N on Eclipse too.

But Eclipse still does not recognize the API of my own, and thus the LogCat is not working when debugging the app.

Screenshot1

Screenshot2

Is there any solution for this?

talamaki
  • 5,324
  • 1
  • 27
  • 40
bilalt-j
  • 71
  • 3

1 Answers1

0

Might be related to Android: ADT doesn't recognize the format of Nougat logcat

I just tried using the solution provided by https://stackoverflow.com/users/115145/commonsware and it worked: Using command line, type "adb logcat".

Community
  • 1
  • 1
Romano
  • 445
  • 1
  • 8
  • 20