-
Notifications
You must be signed in to change notification settings - Fork 52
[video_player_avplay] Support multi TizenOS version #896
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
Conversation
|
@xiaowei-guan @gin7773 |
|
I set api-version to 8.0 and 9.0,then compiled the tpk package and ran it, I got a same crash log: |
Because the sample app doesn't include plusplayer libs |
|
Oh... In my test, the so files were packaging correctly... I think I must have misunderstood something. I'll check. |
I found that only the |
flutter-tizen/flutter-tizen#662 However, I'm not sure if this is the best approach. If you have a better idea, please share it. |
|
6.5, 7.0, 8.0, 9.0 libs are all identical (libslive-jsoncpp.so appears to differ per version), so existing libs were not modified. The task of removing duplicate libs is deferred to the next step. |
#873
(This PR has been checked on TizenOS version 9.0.)