Guilherme Melo wrote: > 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
You need to read further in the section I linked to above. Date is not a valid parameter type. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 In Print! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

