No applogies necessary. Without your insight I might have given up and coded a less robust solution. I really appreciate your very timely and helpful responses. Keep up the great work!
On May 1, 2:02 pm, Mark Murphy <[email protected]> wrote: > On Tue, May 1, 2012 at 4:58 PM, Freddy <[email protected]> wrote: > > Resolved. This was an issue with Eclipse and how it manages Java > > packages. > > > When adding the AIDL file to Eclipse you must right-click the "src" > > folder and select New | Package and then add the AIDL file into that > > package. I ran into trouble by simply creating the folder structure > > manually (com\mycompany\myservice) on the file system and then > > importing into the AIDL via Eclipse. I simply removed that manual > > entry, added a new package in Eclipse and Viola! > > Yeah, Eclipse sometimes gets cranky when you make changes behind its > back. I was speaking shorthand when providing the directory structure > and should have been more clear -- my apologies. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android App Developer Books:http://commonsware.com/books -- 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

