Update README.md

This commit is contained in:
Anirudh Sevugan 2024-12-20 18:46:12 -06:00 committed by GitHub
parent 5e53439887
commit b85ecc3365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,11 @@ ExoPlayer Creator has been tested on the following devices with the following re
| Android 8 | Yes | VM |
| Android 5 | **No** | VM |
Compatibility-wise, **most versions of Android work just fine with the app**, but if you're using Android 7 or below, note that we haven't tested the app on those devices and don't really need to. Android 8 is basically the border between what most people will use and most people who won't.
For Android 8, make sure you **have a WebView installed**, or else the HTML5 player won't work because it relies on a WebView to display the player. This is important in VMs since unlike commercial devices they are meant more for developer purposes and thus lack some important tools, like the Play Store (some Android SDKs do not include it), WebViews, etc.
### Issues
On Android 8, there are some input issues, like not being able to press the play button. This is **most likely an issue with the VM and shouldn't happen on a real device**.
@ -28,9 +33,5 @@ On any other Android version, URLs that are signed using self-signed certificate
## More Info
The VMs were actually [Android Virtual Devices](https://developer.android.com/studio/run/managing-avds) that were created in Android Studio.
Compatibility-wise, **most versions of Android work just fine with the app**, but if you're using Android 7 or below, note that we haven't tested the app on those devices and don't really need to. Android 8 is basically the border between what most people will use and most people who won't.
For Android 8, make sure you **have a WebView installed**, or else the HTML5 player won't work because it relies on a WebView to display the player. This is important in VMs since unlike commercial devices they are meant more for developer purposes and thus lack some important tools, like the Play Store (some Android SDKs do not include it), WebViews, etc.