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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

javascript - Enable/Disable form elements and changing the values of button at a time? -