Possible Duplicate:
Android YouTube app Play Video Intent
I'm trying to show a YouTube video in my Android app. I'm not too particular how, just that it works. I have some data from using the Google YouTube API, but I don't know how to use it or what fields are important to my task.
I see some other postings suggesting I create an Intent. I've tried that multiple ways, but it never shows, either on my emulator or my phone. I also tried creating a VideoView in my own activity, but the same result, it simply comes back and says it can't show the video.
I can guess I'm using the wrong URL format, but I can't tell what it should look like. All the examples I find either don't work, or are incomplete.
Does anyone have a simple example with a complete and hard coded URL that should work?
Isn't there a way to play a YouTube video on Android?