Skip to content
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

java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/lifecycle/ViewModelKt #133

Open
edcedc opened this issue Jul 6, 2023 · 0 comments

Comments

@edcedc
Copy link

edcedc commented Jul 6, 2023

接入框架,然后配置,项目能跑起来。
但是用请求的时候
request(
{ apiService.CheckLogin("im", username, password) }//请求体
, loginResult,//请求的返回结果,请求成功与否都会改变该值,在Activity或fragment中监听回调结果,具体可看loginActivity中的回调
true,//是否显示等待框,,默认false不显示 可以默认不传
"正在登录中..."//等待框内容,可以默认不填请求网络中...
)
出现这个错误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant