2

I implemented all techniques using stackoverflow but none of them worked for me.

i have android studio version 2.2.i have enable adb integration as well as DDMS setting etc all solutions. i restarted logging and restart app,Android studio and Laptop restart as well but nothing worked for me. i am attaching my error dialog Verbose and info images with this post. error Dialog Verbose enter image description here

IIIIIIIIIIIIIIIIIIIIII
  • 3,958
  • 5
  • 45
  • 70
Zaigham Raza
  • 364
  • 2
  • 3
  • 14

8 Answers8

12
  1. File ->Invalidate CacheInvalidate Cache

2.Restart your phone or emulator

  1. Run. It should work
Rohan
  • 841
  • 1
  • 11
  • 22
6

In my case it was not an android studio problem but a phone problem - try to restart your phone or emulator.

Artem Samokhin
  • 163
  • 3
  • 12
5

Kill ADB from Task Manger, And run an application and check filter as 'Show only selected application' in Android monitor.

Krunal Kapadiya
  • 2,853
  • 3
  • 16
  • 37
4

I have solved this issue by enabling "Use libusb backend" option in Android Studio -> Preferences -> Debugger -> Android Debug Bridge (adb).enter image description here

Mariusz Wiazowski
  • 2,118
  • 1
  • 16
  • 17
3

I have solved that issue through applying no filter at filter section.

Zaigham Raza
  • 364
  • 2
  • 3
  • 14
0

For me simply restarting Android Studio solved the issue. I was even able to see the logs which were hidden to me previously.

Gerke
  • 926
  • 1
  • 10
  • 20
0

In my case it was solved by simply deattaching and attaching my mobile phone and hope so this will work for all of you

Badar Khalil
  • 126
  • 9
0

In my case i was using Log methods without properly initializing the TAG parameter.

MiguelSlv
  • 14,067
  • 15
  • 102
  • 169