0

I'm more of a newbie into the world of programming but my journey has been a good one with the knowledge I have gathered thus far. However, I'm experiencing quite a problem that no one seems to have a solution to (considering I have been browsing the internet for 2 hours without luck). Android studio shows "No debuggable process" in the logcat and then shows some code running endlessly and the emulator doesn't run. I have updated the drivers of my Samsung phone (A20 - API 28) from the internet but this seems not to work. I am using Android version 3.4.1. I doubt I am that specific but if anyone can help I can provide more details.

3 Answers3

2

Have You enabled adb integration? (to do that just go to Tools-->Android-->Check Enable ADB Integration). Maybe this process can resolve the issue.

Aless1995
  • 365
  • 2
  • 14
2

Enable ADB Integration is removed from 3.+ versions. It gets active automatically. Still if you want to reset-set it. You can check Preferences->Build,Execution,Deployment -> Debugger -> Use libusb backend(check/uncheck) it.

syed dastagir
  • 419
  • 6
  • 8
1

Just have the same problem after download Android Studio version 4.1 and checked to Preferences -> Build, Execution, Deployment -> Debugger -> Use libusb backend I found out that Use libusb backend is unchecked by default. Try to check it solve the issue for me enter image description here

yogieputra
  • 637
  • 2
  • 14
  • 28