2013-03-18 63 views

回答

0

可以使這個

Intent lVideoIntent = new Intent(null, Uri.parse("ytpl://"+YOUTUBE_PLAYLIST_ID), this, OpenYouTubePlayerActivity.class); 

startActivity(lVideoIntent);

看看這個項目:https://code.google.com/p/android-youtube-player/

+0

我試圖使用這個庫,但每次我運行它我得到一個錯誤,說這個類是不可用的:s – user2137817 2013-03-18 17:15:04

+0

你必須添加這個使用權限android:name =「android.permission.INTERNET」 用途-permission android:name =「android.permission.ACCESS_WIFI_STATE」and android:configChanges =「orientation」 – 2013-03-18 17:18:35

+0

是的,我做到了!你在模擬器上還是在電話上試過了? – user2137817 2013-03-18 17:20:35

相關問題