https://developers.google.com/youtube/android/player/reference/com/google/android/youtube/player/YouTubeStandalonePlayerから YouTubeStandalonePlayer を使用しようとしています
このコードを内部に使用するとonCreate()
:
Intent intent = YouTubeStandalonePlayer.createVideoIntent(this, DeveloperKey.DEVELOPER_KEY, VIDEO_ID);
startActivity(intent);
しかし、アプリケーションはエラーで失敗します。
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.youtubestandalone/com.example.youtubestandalone.MainActivity}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.google.android.youtube.api.StandalonePlayerActivity.START (has extras) }
これを修正する方法は?