I can\'t attach Android Studio\'s debugger to my debuggable application process. Anyone else had this issue? Basically I can\'t get my app listed in Choose Process
So finally I got it working, by:
Checking 'Show all processes' checkbox!
BUT as you see in the question, checkbox was on at the beginning, so there were multiple issues.
To summarize, these are other actions to be done:
adb
processes (use ps -x | grep adb
and kill -9 [process id]
)adb start-server
in terminaladb devices
(to make sure device is connected successfully)Android DDMS
Devices | logcat
shows your app and only one device is listed.Show all processes
checkbox. See screenshot