I have a custom Parcelable which I have gotten working internally in
the project in which it is compiled.

That project is then exported as a JAR in Eclipse, and this JAR is in
turn referenced by another project which wants to pass the custom
Parcelable as a parameter in AIDL calls.

However, when interfaces try to use this, the import statement for the
custom parcelable in the interfaces' .aidl files show a little red "no
go" sign which a mouseover details as meaning "couldn't find import
for class com.foo.MyCustomParcelable"

Is the aidl not smart enough to look to find these items in the JAR
file the failing project uses externally?

How might I work around this?

tone


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

Reply via email to