-
我按文档要求一步步集成了sdk
但是在推流RTMP和AGORA的时候发现失败
```
ErrorImp{errorType='LIVESTREAM', errorCode='UNKNOWN', innerCode='null', description='未知直播错误', hint='Live Stream error is unknown'}
```
然后以为是surfaceview的…
zofnk updated
7 months ago
-
```xml
java.lang.NoSuchFieldError: No field Companion of type Lrxhttp/wrapper/param/RxHttp$Companion;
in class Lrxhttp/wrapper/param/RxHttp;
or its superclasses (declaration of 'rxhttp.wrapper.pa…
-
具体日志:
```
java.lang.NoSuchFieldError: No field Companion of type Lrxhttp/wrapper/param/RxHttp$Companion; in class Lrxhttp/wrapper/param/RxHttp; or its superclasses (declaration of 'rxhttp.wrapper.pa…
-
兄弟,想请教一个问题,关于设置ResponseParser,我定义了一个BaseResponse ,所有的返回类型实体都会继承它,所以声明成这样的:`ResponseParser`,这样的设置在旧版本2.2.4是没有问题,一直使用了快两年,最近升级到最新版2.8.4,只要编译就提示RxHttp中的asResponseList(Class type)报错,错误: 不兼容的类型: 推论变量 T#1 具…
-
首先这个库很好。
有的接口只需要code或者message,并不需要T,比如:
`
public class Response {
private int code;
private String msg;
private T data;
}
`
T有可能为空,但是AbstractParser里面T又不能为空,只能抛出异常。这种情况怎么处理…
-
1. 纯Kotlin项目, 准备用ksp 替代 kapt
2. rxHttpVersion = "3.1.1",
plugins {
id ("com.android.application") version "8.0.2" apply false
id ("com.android.library") version "8.0.2" apply false
…
-
![image](https://github.com/liujingxing/rxhttp/assets/35674533/2d6db9e3-74e3-4dc3-b726-e86009b401f1)
大佬能帮忙看看吗?研究好久都不知道是为啥
https://v3-cold4.douyinvod.com/5b1d29d63fc0499848d0e508d58b68e3/6526ae3a/v…
-
-
gradle 4.2.2
kotlin 1.6.21
开发工具是鳗鱼版本
再编译期间就会报错
![微信图片_20240120121158](https://github.com/liujingxing/rxhttp/assets/17871784/98d4ce1d-7598-4758-992c-facfb5662323)
-
```
{
"success": true,
"message": "操作成功!",
"code": 200,
"result": {
"records": [
{
"id": "1461174141681889282",
"lesTitle":…
LGlxb updated
8 months ago