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

ios - How do I use CFArrayRef in Swift? -

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

c - Error on building source code in VC 6 -