My current application does not have any activities. It is basically a bunch of services android components without an activity launcher (just like the title says). Basically it gets self triggered with broadcast receivers from the Android OS.
I'm having a hard time attaching my debugger to my android process to debug the App.
Any idea how to force the debugger to attach to the app?
You can use the Debug.waitingForDebugger() utility method for that.
From the documentation: