I'm new here and I'm a real android noob. So I hope I don't spam you with a question which might have been asked 1M times. But the forum search failed me here:
I'm trying to write/convert a module which sadly suffers from a long init process. And android doesn't seem to like this, because it obviously focus on responsiveness - which is a good thing of course.
When I try to debug my Module (Eclipse-->Run-->Debug) my AVD starts and tries to start the module. I get the message:
- Code: Select all
"Attempting to connect to 'foo.bar' on port 8611"
which is fine by me, but then nothing happens. The Application closes without any kind of notification. The "LogCat" of the debuuger tells me:
- Code: Select all
Module start takes too much time ( > 5000): Waiting Time expired. no notification dispatched!
Any idea how I can prevent this termination?
Thanks in advance,
yuffi
Btw.: sorry for my bad english.

