Code:
Intent intent = YouTubeStandalonePlayer.createVideoIntent(this, DEVELOPER_KEY, VIDEO_ID); startActivity(intent);
Logcat:
Code:
Intent intent = YouTubeStandalonePlayer.createVideoIntent(this, DEVELOPER_KEY, VIDEO_ID); startActivity(intent);
Logcat:
He says that there is no class, have you connected with YouTube?
Source: https://ru.stackoverflow.com/questions/207030/
All Articles