Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Other
11.81k stars 1.61k forks source link

create sonic session fail! #238

Closed lhb11 closed 6 years ago

lhb11 commented 6 years ago

What steps will reproduce the problem? 该问题的重现步骤是什么?

  1. 创建得时候总是说url不合法
  2. sonicSession = SonicEngine.getInstance().createSession(infoUrl, sessionConfigBuilder.build());

What is the expected output? What do you see instead? 你期待的结果是什么?实际看到的又是什么?

What version of the product are you using? On what operating system? 你正在使用产品的哪个版本?在什么操作系统上?

Please provide any additional information below. 如果有的话,请在下面提供更多信息。

lhb11 commented 6 years ago

已解决

kejunlu commented 6 years ago

@lhb11 怎么解决的啊?

sweetzhangxue commented 5 years ago

云里雾里不明白你在说啥 create sonic session fail!

LessTalk commented 5 years ago

我也遇到了 这个问题 解决方案是?

sweetzhangxue commented 5 years ago

有两种情况 第一种情况:从来没有create sonic successed! 需要检查sonc提供的liblbs.so包有没有引入 第二种情况:首次可以创建成功,第二次创建不成功 是因为在activity的onDestory方法回调的时候,没有调用sonicSession的destory方法! 希望可以帮到你!

发自我的 iPhone

在 2019年2月13日,上午11:29,Mir.Ren notifications@github.com 写道:

我也遇到了 这个问题 解决方案是?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.