Think you need to add the aidl path your make file and have to include in
your file
import com.xyz.fooPackage.<aidlfilename>

Hope this helps you.

On Wed, Dec 2, 2009 at 2:46 AM, yidongsoft <long...@gmail.com> wrote:

> I need a aidl file defining:
>
> ArrayList<Foo> getFoo();
>
> I import ArrayList package and Foo with
>
> import java.util.ArrayList;
> import com.xyz.fooPackage;
>
> But eclipse keeps saying that can't find the importing class. Would
> anybody help me? Thank you!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to