-
Notifications
You must be signed in to change notification settings - Fork 303
Flutter引入kraken_video_player运行失败,原因:libkraken.so not found #1021
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
Labels
bug
Something isn't working
Comments
是不是本地拉得仓库, 但是忘记构建 bridge 了? |
是在pub.dev上引入的dependencies,使用demo工程测试后更换版本后则可以播放视频 正常版本:
报错版本(错误报文同上):
|
@AlienegraGeek 解决了吗? 换一个版本试试呢, 现在 prerelease 最新是 0.10.0-rc.1 |
无法使用0.10.0-rc.1,因为kuraken_video_player目前最新的版本2.0.0-dev.0 只能依赖于kraken ^0.9.1-rc.1,pubspec.yaml直接写0.10.0-rc.1会报错提示:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
使用的 Kraken 版本 | What version of kraken are you using
kraken_video_player: 2.0.0-dev.0
kraken: 0.9.1-rc.1
flutter: 2.2.1
dart:2.13.1
重现步骤 | Steps To Reproduce
引入video组件,渲染页面直接报错,控制台报文如下:
重现代码 | Code example:
预期结果 | Expected results:
在浏览器可以正常渲染,安卓真机测试报错
浏览器:Chrome
测试机:Android Xiaomi 11
实际结果 | Actual results:
The text was updated successfully, but these errors were encountered: