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

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -