Reputation: 31
"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
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
Reputation: 446
Update your Youtube API to 1.2.1...
Here is download link
https://developers.google.com/youtube/android/player/downloads/
Upvotes: 3