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

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

c++ - Why does Visual Studio Release build break on non-executing code line -

javascript - parsing json not working -