Followed stackoverflow discussion Android YouTube app Play Video Intent
I tried this code but it didn't work
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.youtube.com/watch?v=cxLG2wtE7TM")));
I got this error in console but no output in logcat:
[2012-11-20 17:49:21 - Youtube] Installation failed due to invalid URI!
[2012-11-20 17:49:21 - Youtube] Please check logcat output for more details.
[2012-11-20 17:49:22 - Youtube] Launch canceled!
Logcat doesn't have any error record.....