When I built my client/service code I had two projects, one for the
client (the Activity) and a different project for my Service.

Now, I spent about 3 hours struggling until I realized that for some
reason (probably because I was using an out of process service) I
needed to not only declare my service in the service project's
manifest BUT ALSO in the client project's manifest in exactly the same
manner (without the interface portions so just something like <service
blah blah blah process:remote/>), then bingo, my client stopped saying
"not found."

If you're using a multi-project approach (as I presume anyone would if
they plan to have a re-usable service), make sure you've got <service/
> declared in all your client application's manifests.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to