Exception in HostFunction: Skia Videos are only support on API 26 and above #2459
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
in your project build.gradle has |
Beta Was this translation helpful? Give feedback.
in your project build.gradle has
minSdkVersion = 23
, usingminSdkVersion = 26
will fix the issue.