bannedbook / v2ray.vpn

V2free for android, a V2ray and Shadowsocks client with many builtin free servers.
Other
399 stars 85 forks source link

更新了订阅之后,无法选择服务器节点了 #1

Closed wizos closed 4 years ago

wizos commented 4 years ago

Please read contributing guidelines. Thanks.

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Configuration Put an x inside the [ ] that applies.

Additional context Add any other context about the problem here.

bannedbook commented 4 years ago

从哪更新的,什么版本?

wizos commented 4 years ago

下载最新的源代码自己编译的,在添加订阅地址并更新后,就无法切换节点了。 测试发现是 MainActivity 的 onCreate 方法中,通过 connection.connect(this, this) 这句最终没有成功执行 ShadowsocksConnection onServiceConnected 方法

bannedbook commented 4 years ago

换这个 aar https://github.com/bannedbook/ssvpn/raw/814b94b9e8a8061ec8dbee3ef59ec719551e844c/libv2ray/libv2ray.aar

wizos commented 4 years ago

成功解决,非常感谢!