Re: [android-developers] How to compile .aidl file that references a class in an android library

2012-02-03 Thread Mark Murphy
http://code.google.com/p/android/issues/detail?id=21409 It's a known flaw in the aidl utility that has not yet been fixed. There's discussion of workarounds/patches in the issue. On Thu, Feb 2, 2012 at 10:01 PM, James Black planiturth...@gmail.com wrote: I have a library that my application

[android-developers] How to compile .aidl file that references a class in an android library

2012-02-02 Thread James Black
I have a library that my application uses. In one version of my program I am going to have an Android Service, and I am trying to compile the .aidl file, but, it references a class in my android library, and now I am getting an error that it can't find the file. I am using Eclipse for the