

# IVS 回放器 SDK：Android 指南
<a name="player-android"></a>

Amazon Interactive Video Service（IVS）Android 回放器 SDK 提供了在 Android 上使用 Amazon IVS 回放器所需的接口。

我们仅保证 Android 移动设备（手机和平板电脑）的播放性能。我们不支持 Android TV、Fire TV、IoT 设备和仿真器。

`com.amazonaws.ivs.player` 软件包实现了本文档中所描述的接口。支持以下操作：
+ 设置（初始化）播放器。
+ 管理播放。
+ 管理质量。
+ 接收事件。
+ 接收错误。

**Android 播放器的最新版本：**1.51.0（[发布说明](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/release-notes.html#apr16-26-player-mobile-ll)） 

**参考文档：**有关 Amazon IVS Android 播放器中最重要方法的信息，请参阅参考文档，网址为 [https://aws.github.io/amazon-ivs-player-docs/1.51.0/android/](https://aws.github.io/amazon-ivs-player-docs/1.51.0/android/)。

**示例代码：**请参阅 GitHub 上的 Android 示例存储库：[https://github.com/aws-samples/amazon-ivs-player-android-sample](https://github.com/aws-samples/amazon-ivs-player-android-sample)。

**平台要求：**Android 6.0\$1

提供了一个适用于 Amazon IVS 回放器 SDK 的 **React Native 包装器**。有关代码和文档，请参阅 [https://github.com/aws/amazon-ivs-react-native-player](https://github.com/aws/amazon-ivs-react-native-player)。