hi, i sent a intent to call a service interface which returns a parcelable
object.

but get errors: "return type Parcel can't be marshalled"


#MyTest.aidl
import android.os.Parcel;

interface MyTest {

  Parcel testSetRect(int a, int b, int c, int d);

}

why?

thanks for help.


Bear

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to