AdvancedAndroid_ClassicalMusicQuiz icon indicating copy to clipboard operation
AdvancedAndroid_ClassicalMusicQuiz copied to clipboard

MediaSessionCompat missing

Open FerFig opened this issue 7 years ago • 2 comments

Hi, I'm using Android Studio 3.1 and it's missing compile/implementation of 'com.android.support:support-media-compat:x.x.x' in app/build.gradle file or else MediaSessionCompat will not be available.

FerFig avatar Apr 07 '18 11:04 FerFig

It does not come up. I just added manually. I wonder why it was not already there, nor was there in the TODO's. Just added this line in the App build.gradle implementation 'com.android.support:support-media-compat:27.1.1'

Vkadel avatar Sep 16 '18 16:09 Vkadel

If you are using android X, then for MediaControllerCompat & MediaSessionCompat, you will have to use
implementation 'androidx.legacy:legacy-support-v4:1.0.0' in app/build.gradle file or else MediaSessionCompat will not be available.

SwetaTheBest avatar Sep 24 '20 18:09 SwetaTheBest