Hi,
I have an activity that is supposed to start in response to an intent (not launched by user directly). I have a breakpoint on the first line of my activity's onCreate method. When I run the activity with the debugger attached the breakpoint does not get hit, even though code after it is definitely being executed (setContentView). My Application is marked as debuggable in the manifest.
Any ideas what I'm doing wrong?
Thanks
felix