When I am using Youtube API and open the video in my application then it shows me below error in Android L
Problem
java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.google.android.youtube.api.service.START }
Solution:
* The new android youtube SDK as been released! No more implicit intent problem:
https://developers.google.com/youtube/android/player/downloads/
Problem
java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.google.android.youtube.api.service.START }
Solution:
* The new android youtube SDK as been released! No more implicit intent problem:
https://developers.google.com/youtube/android/player/downloads/
Comments
Post a Comment