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:
- Kill all
adbprocesses (useps -x | grep adbandkill -9 [process id]) adb start-serverin terminal- Reconnect device
adb devices(to make sure device is connected successfully)- Make sure
Android DDMSDevices | logcatshows your app and only one device is listed. - Check
Show all processescheckbox. See screenshot