Hello,

My goal is to create a specialized service which will download images
based on a request.
>From my readings, I will house this inside a ":remote" service which
resides in its own apk.

So I went ahead and created three separate android projects:

a) client
b) common
c) server

The Android Manifest in server declares a Service element.

(b) contains the generated files via the "ant aidl" tool.
(a) has a dependency on the jar produced by (b).
(c) has a dependency on the jar produced by (b).

The client is complaining that "It is unable to start Service with
intent ...".

Can inter-app communication be achieved via the aidl facility ?
Is there an API to peek into the Service registry of android e.g. to
enumerate all available services ?

Thanks & Regards,

Gavin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to