jose varghese
jose varghese

Reputation: 31

Api level 21 (Lollipop) - Service Intent must be explicit in Youtube SDK

"java.lang.RuntimeException: Unable to start activity ComponentInfo : java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.google.android.youtube.api.service.START }"

Upvotes: 2

Views: 2650

Answers (2)

user3088071
user3088071

Reputation: 91

just for anyone in the future reading this

i had this youtube service intent problem too

i stupidly had the youtube jar in the libs folder AND was compiling youtube in the gradle

removing from the gradle fixed it

Upvotes: 1

Siva
Siva

Reputation: 446

Update your Youtube API to 1.2.1...

Here is download link

https://developers.google.com/youtube/android/player/downloads/

Upvotes: 3

Related Questions