私のアプリでYoutube Apiを使用していますが、私の問題は自動再生ではなく、再生ボタンを押す必要があります。Youtube Api android autostart
私のコードは次のとおりです。
setContentView(R.layout.playerview_demo);
((YouTubePlayerView)findViewById(R.id.youtube_view)).initialize(DEV_KEY, this);
youtube_viewレイアウト:autoplay
機能が1
に設定されていることを
<com.google.android.youtube.player.YouTubePlayerView
android:id="@id/youtube_view"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
私はそのためにcueVideoメソッド+1が必要です –