1

I cannot check debug method in android studio using my phone.using other phones or emulators it work perfectly.when i connect my phone into studio the log-cat values are again & again loading.so i can't find any issue or debug.

my log-cat :

image

what can i do?what is the problem to connect my phone?

Emre Bolat
  • 4,316
  • 5
  • 29
  • 32
  • if this happens occasionally then try restarting adb – Nilabja Mar 06 '17 at 11:11
  • also try this.not happen.again logcat work like same issue –  Mar 06 '17 at 11:42
  • if the dropdown with "No Debuggable Processes" never changes then try to "invalidate cache and restart" android studio and if possible also update studio to latest version – Nilabja Mar 06 '17 at 11:49
  • Possible duplicate of [No debuggable processes in android studio when connected with phone which runs android 6.0](http://stackoverflow.com/questions/41033849/no-debuggable-processes-in-android-studio-when-connected-with-phone-which-runs-a) – Zinc May 08 '17 at 13:53

1 Answers1

0

Have you try to choose your application in "No Debuggable Processes" toggle ?

Cochi
  • 2,199
  • 2
  • 12
  • 15