I\'ve been working with AS 1.4 for quite a while and new native debugging feature is especially useful.
However native debugging does not work on my Samsung Galaxy N
I encounter Android Studio 3.5 similar issue with LLDB debugger - where "Starting LLDB server" process hangs forever, no debugging process is started and after solving this I encounter another issue. The issues with workarounds are explained in bug reports I submitted:
mkdir -p .../bin
See https://code.google.com/p/android/issues/detail?id=187003
You need root access on your device, but then chmod 4750 /system/bin/run-as
may solve the problem.
If you don't have root access, you can modify your app, and start LLDB server with your package's identity, using Runtime.exec()
.