Greetings,

I'm getting this error when running "ant aidl".

[apply] /data/projects2008/android/iteration1/lib/src/org/android/
common/IAdUnitAvailability.aidl:5 parameter 1: 'Advert ad' can be an
out parameter, so you must declare it as in, out or inout.

In the package, I have:

a) Advert.aidl

The file contains:

package org.android.common

parcelable Advert;


b) Advert.java

I have followed http://code.google.com/android/reference/aidl.html to
make Advert.java into a Parcelable.

c) IAdUnitAvailability.aidl

I have an interface method with signature:

void gimmeAds( Advert ad );


What am I missing ?

Thanks

Gavin
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to