Mukund
Mukund

Reputation: 1105

Logcat is not showing log for device, but log is showing for emulator eclipse ADT

I am trying to run app with my device Nexus 5X, Its running let me show the screen shot before running

before running the app

DDMS View

enter image description here

The log for my device Nexus 5x is not coming, then i tried it with One plus 3, For that the log is coming.

One more thing to mention is that the emulator i am using is also nexus 5x 6.0

my device is nexus 5X 7.0

one plus 3 is also 6.0

And take a look at my sdk manager

there are there items installed

enter image description here

enter image description here

enter image description here

enter image description here

Please tell me how to fix this

Upvotes: 0

Views: 440

Answers (1)

marcos E.
marcos E.

Reputation: 475

I know this is a pain in the ass, but eclipse was deprecated as Android dev environment, so you should swap to Android Studio probably thats the reason youre not seeing logcat, because eclipse plugin stopped receiving updates 3 years ago and your probably using some of the recent API versions.

Upvotes: 1

Related Questions