小编roc*_*tar的帖子

YouTubePlayerFragment in ListView with AppCompatActivity Error

I am developing one android application. In this application I want youtube video play with youtube player in ListView or RecyclerView with AppCompatActivity. I have used YouTubeBaseActivity it is working well with this, but I need AppCompatActivity. So I used YouTubePlayerFragmentor YouTubePlayerSupportFragment for solving my problem.

When I am using YouTubePlayerFragment with AppCompatActivity then its working well. But I want to use this in ListView, but I'm getting following error.

 android.view.InflateException: Binary XML file line #8: …
Run Code Online (Sandbox Code Playgroud)

java android listview android-view android-youtube-api

9
推荐指数
1
解决办法
805
查看次数