Android Youtube API INTERNAL_ERROR -


My app is trying to play YouTube video via the YouTube Android API:

 < Code> intended intent = YouTubeStandalonePlayer.createVideoIntent (this, GetString (R.string.youtube_api_key), "cdgQpa1pUUE"); StartActivityForResult (intent, 1);  

But I get INTERNAL_ERROR in onActivityResult.


Comments

Popular posts from this blog

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

javascript - How to use the code plugin with popcornjs -