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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -