"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 }"
Asked
Active
Viewed 2,635 times
2
-
Post Code. Post Entire Stacktrace From Logcat. – Jared Burrows Feb 13 '15 at 06:21
-
possible duplicate of [Google In-App billing, IllegalArgumentException: Service Intent must be explicit, after upgrading to Android L Dev Preview](http://stackoverflow.com/questions/24480069/google-in-app-billing-illegalargumentexception-service-intent-must-be-explicit) – Jared Burrows Feb 13 '15 at 06:24
-
@JaredBurrows i agree with u... – Lokesh Feb 13 '15 at 06:43
-
1Possible duplicate of [Android L (API 21) - java.lang.IllegalArgumentException: Service Intent must be explicit](http://stackoverflow.com/questions/27183164/android-l-api-21-java-lang-illegalargumentexception-service-intent-must-be) – regisd Feb 20 '16 at 22:06
2 Answers
3
Update your Youtube API to 1.2.1...
Here is download link
https://developers.google.com/youtube/android/player/downloads/

Siva
- 446
- 2
- 9
- 24
1
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

user3088071
- 91
- 2
- 6