Supported devices
Stay organized with collections
Save and categorize content based on your preferences.
The minimum Android versions required for core ExoPlayer use cases are:
Use case |
Android version |
API level |
Audio playback |
5.0 |
21 |
Audio playback (using offload) |
10 |
29 |
Video playback |
5.0 |
21 |
Video playback (with effects) |
5.0 |
21 |
Video playback (HDR) |
7.0 |
24 |
DASH (no DRM) |
5.0 |
21 |
DASH (Widevine CENC; "cenc" scheme) |
5.0 |
21 |
DASH (Widevine CENC; "cbcs" scheme) |
7.1 |
25 |
DASH (ClearKey; "cenc" scheme) |
5.0 |
21 |
SmoothStreaming (no DRM) |
4.4 |
19 |
SmoothStreaming (PlayReady; "cenc" scheme) |
Android TV |
Android TV |
HLS (no DRM) |
5.0 |
21 |
HLS (AES-128 encryption) |
5.0 |
21 |
HLS (Widevine CENC; "cenc" scheme) |
4.4 |
19 |
HLS (Widevine CENC; "cbcs" scheme) |
7.1 |
25 |
For a given use case, we aim to support ExoPlayer on all Android devices that
satisfy the minimum version requirement. Known device-specific issues are listed
on the Media3 GitHub issue tracker or the
legacy ExoPlayer GitHub issue tracker.
Emulators
Some Android emulators don't properly implement components of Android's media
stack, and as a result don't support ExoPlayer. This is an issue with the
emulator, not with ExoPlayer. Android's official emulator ("Virtual Devices" in
Android Studio) supports ExoPlayer provided the system image has an API level of
at least 23. System images with earlier API levels don't support ExoPlayer. The
level of support provided by third-party emulators varies. Issues running
ExoPlayer on third-party emulators should be reported to the developer of the
emulator rather than to the ExoPlayer team. Where possible, we recommend testing
media apps on physical devices rather than emulators.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-03-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-26 UTC."],[],[],null,["# Supported devices\n\nThe minimum Android versions required for core ExoPlayer use cases are:\n\n| Use case | Android version | API level |\n|--------------------------------------------|-----------------|------------|\n| Audio playback | 5.0 | 21 |\n| Audio playback (using offload) | 10 | 29 |\n| Video playback | 5.0 | 21 |\n| Video playback (with effects) | 5.0 | 21 |\n| Video playback (HDR) | 7.0 | 24 |\n| DASH (no DRM) | 5.0 | 21 |\n| DASH (Widevine CENC; \"cenc\" scheme) | 5.0 | 21 |\n| DASH (Widevine CENC; \"cbcs\" scheme) | 7.1 | 25 |\n| DASH (ClearKey; \"cenc\" scheme) | 5.0 | 21 |\n| SmoothStreaming (no DRM) | 4.4 | 19 |\n| SmoothStreaming (PlayReady; \"cenc\" scheme) | Android TV | Android TV |\n| HLS (no DRM) | 5.0 | 21 |\n| HLS (AES-128 encryption) | 5.0 | 21 |\n| HLS (Widevine CENC; \"cenc\" scheme) | 4.4 | 19 |\n| HLS (Widevine CENC; \"cbcs\" scheme) | 7.1 | 25 |\n\nFor a given use case, we aim to support ExoPlayer on all Android devices that\nsatisfy the minimum version requirement. Known device-specific issues are listed\non the [Media3 GitHub issue tracker](https://github.com/androidx/media/labels/bug%3A%20device%20specific) or the\n[legacy ExoPlayer GitHub issue tracker](https://github.com/google/ExoPlayer/labels/bug%3A%20device%20specific).\n\nEmulators\n---------\n\nSome Android emulators don't properly implement components of Android's media\nstack, and as a result don't support ExoPlayer. This is an issue with the\nemulator, not with ExoPlayer. Android's official emulator (\"Virtual Devices\" in\nAndroid Studio) supports ExoPlayer provided the system image has an API level of\nat least 23. System images with earlier API levels don't support ExoPlayer. The\nlevel of support provided by third-party emulators varies. Issues running\nExoPlayer on third-party emulators should be reported to the developer of the\nemulator rather than to the ExoPlayer team. Where possible, we recommend testing\nmedia apps on physical devices rather than emulators."]]