Hi Everyone,

I was digging on the group about similar question but I couldn't find
the solution to my problem so this was the reason Im posting this
question. Please if my problem is already answer just post me the
link.

I have library running on a service and I need to read some objects
from this framework from Activities.

When I try to create the interface .aidl the Eclipse framework and the
aidl.exe tool says: unknown type.

For instance:

interface IMyService {
    MyObject getObject();
}

If I added import mypackage.MyObject before the interface declaration,
I got the error: coulnd't import mypackage.MyObject.

What is this couldn't import classes problem ? How can I read Objects
created in a service from an Activity ?

Thanks in advance.
Pablo
--~--~---------~--~----~------------~-------~--~----~
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