await client.Connect();
await client.JoinOrCreateRoom(roomId);
安卓上运行异常信息:An exception occurred during a WebClient request
-
创建时间
23年3月24日
-
最后回复
23年3月24日
- 1
回复
- 111
浏览
- 2
用户
- 2
链接
await client.Connect();
await client.JoinOrCreateRoom(roomId);
安卓上运行异常信息:An exception occurred during a WebClient request
您好,是说在模拟器调试可以,在真机运行失败吗。
可以看下是不是混淆的问题: https://docs.leancloud.cn/sdk/storage/guide/setup-java/#android-%E4%BB%A3%E7%A0%81%E6%B7%B7%E6%B7%86