On Sep 1, 1:46 pm, Mark Murphy <[email protected]> wrote:
> Guilherme Melo wrote:
> > Hello all, i am creating a service and i am having two big problems
> > with my aidl, first, i cannot import any Java types(Enumeration ,
> > Date,  etc) that i get an error (couldn't find import for
> > class ... )
>
> Correct. Those are not valid AIDL data types:
>
> http://developer.android.com/guide/developing/tools/aidl.html#aidlsyntax

acording to the link "These parameters and return values can be of any
type" i thought that , even though it seems counter intuitive because
they do not implement parceble ...
i though i could , for instance use Date in passing a parameter

>
> > the second is that apparently i cannot have two methods with different
> > parameters, such as as get(in String par) and get (in String par, in
> > String part2)
>
> What happens when you try those sorts of declarations in your AIDL?

it just gives me the error (Previously declared here)

>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> _The Busy Coders' Guide to *Advanced* Android Development_ In Print!

cheers

Guilherme
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to