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 > 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? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coders' Guide to *Advanced* Android Development_ 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 -~----------~----~----~----~------~----~------~--~---

