我在我的 Android 应用程序中使用 ExoPlayer 的 IMA 扩展。我想展示随播广告。当我用我的 XML 和 JPEG 测试它时,还可以,但是当我想显示 Gif 时,就不行了。我应该怎么做才能在随播广告中显示 Gif 或 HTML?
我的随播广告代码:
...
<Companion id="57857370976" width="245" height="221">
<StaticResource creativeType="image/gif"><![CDATA[https://media.giphy.com/media/duzpaTbCUy9Vu/giphy.gif]]></StaticResource>
</Companion>
...
我的 ExoPlayer 库:
实施 'com.google.android.exoplayer:exoplayer-core:2.14.2'
实施 'com.google.android.exoplayer:exoplayer-ui:2.14.2'
实施 'com.google.android.exoplayer:extension-ima: 2.14.2'