我在我的活动中使用过Youtube视频播放器。现在我需要将这个youtube播放器放在recyclerview适配器中。 我使用了像这样使用youtube播放器类的片段
DateTimeFormatter dtf = DateTimeFormat.forPattern("yyyy-MM-dd");
LocalDate localDate = dtf.parseLocalDate(createdDate);
Date dt = Date.from(localDate.atStartOfDay().toInstant(ZoneOffset.UTC));
return customerRepository.findAllCustomersByCreatedDate(dt);
但它正在使膨胀异常。
我使用了this。但它不足以理解。请有人帮助我。
下面是我的LogCat结果
<FrameLayout
android:id="@+id/youtube_holder"
android:name="com.google.android.youtube.player.YouTubePlayerSu
pportFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
答案 0 :(得分:0)
您可以在xml文件
中的片段标记中添加此行 android:name="com.google.android.youtube.player.YouTubePlayerSupportFragment"