Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[video_player_avplay] Need to OS version check #786

Open
JSUYA opened this issue Dec 23, 2024 · 1 comment
Open

[video_player_avplay] Need to OS version check #786

JSUYA opened this issue Dec 23, 2024 · 1 comment

Comments

@JSUYA
Copy link
Member

JSUYA commented Dec 23, 2024

The avplay package must be built with the same OS version and application api-version.
in some cases, compatibility may be supported and execution may be possible, but it does not guarantee correct operation.

Therefore, when an app is executed that does not match the OS version or when the app is executed on an unsupported OS version, an appropriate exception and guidance must be provided.

We need to find the necessary ways to support this.

@xiaowei-guan
Copy link
Contributor

We implemented a version that didn't need version check, but it would include all versions libs in TPK file, and makde the tpk file size larger.
https://github.com/hyue7/plugins/tree/avplay/muti_api/packages/video_player_avplay/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants