在Android应用中缓冲youtube视频

时间:2012-11-20 12:27:59

标签: android youtube

关注stackoverflow讨论Android YouTube app Play Video Intent

我尝试了这段代码但是没有用

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.youtube.com/watch?v=cxLG2wtE7TM")));

我在控制台中遇到此错误但在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没有任何错误记录.....

1 个答案:

答案 0 :(得分:2)

这可能会对您有所帮助:

Link

您发布的代码中有轻微的暗示性更改