Hi, I have platform implementation in platform library - com.pltfrm which has parcelable classes defined. In another package I am adding service but when I try to import parcelable classes from platform package, compilation always fails with - couldn't find import for class com.pltfrm.x.
I already tried using LOCAL_AIDL_INCLUDES, but won't work. If I merge all code together and keep under same package, it works fine. So am I missing some options or there is restriction of using parcelable in Service AIDL interface ? please reply, cheers Digambar -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
