Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Threads and Services Bound Services Making First Contact

Rosario Alessandro Cali
Rosario Alessandro Cali
5,371 Points

MediaPLayer not working

My MediaPlayer is not working and I am not sure why. I am getting this error: Should have subtitle controller already set in between the onCreate and onBInd for the PlayerService.. Any ideas?

Ben Deitch
Ben Deitch
Treehouse Teacher

Hmm as far as I can tell that 'error' isn't so much an error as just an informational message: https://stackoverflow.com/questions/20087804/should-have-subtitle-controller-already-set-mediaplayer-error-android/20149754#20149754

I'd guess the error is actually with something else. Is your project on GitHub, I can try and run it on my machine and see what happens.