Skip to content Skip to sidebar Skip to footer

Mediabrowserservicecompat Unable To Bind To Service

My code is very simple, i just want to bind to the music service using MediaBrowserServiceCompat, actually i have a bigger program with the same problem so i tried to make a smalle

Solution 1:

I forgot to write super.onCreate() in the onCreate method in MusicStreamService class. solved.


Post a Comment for "Mediabrowserservicecompat Unable To Bind To Service"