Just for posterity here's a link to a solution of the problem.

http://code.google.com/p/android/issues/detail?id=1121

Casey

On Sun, Oct 26, 2008 at 9:56 PM, Casey Link <[EMAIL PROTECTED]> wrote:
> Hello,
>
> In my service interface I am trying to pass several custom types via
> the Parcelable api. Since I'm using eclipse and the custom types are
> in an other non-android project, I don't think AIDL is "seeing" them.
> The interface aidl file is generating a compile time error complaining
> it couldn't find the classes to import. In the other project I've
> created "ClassName.aidl" files that declare the types as Parcelable
> (as described here
> http://code.google.com/android/reference/aidl.html#exposingtheinterface),
> but that didn't seem to help.
>
> I suspect the problem is that the Parcelable files are in a
> non-android eclipse project. Is this the case?
>
> Regards,
> Casey Link
>

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to