mirror of
https://github.com/A-Star100/simpliplay-android.git
synced 2025-09-18 14:32:17 +00:00
Update README.md
This commit is contained in:
parent
5e53439887
commit
b85ecc3365
@ -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.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user