Android import non-built-in type in AIDL -
is there specific have import non-built-in type in aidl interface? mediaplayer. when try import compile error "couldn't find import class android.media.mediaplayer".
i'm afraid can't reference android.media.mediaplayer aidl interface. include mediaplayer in aidl file, needs have associated aidl interface file or needs parcelable. neither of these true.
could describe in more detail trying achieve? there better approach solve problem.
Comments
Post a Comment