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.IllegalArgumentException: Receive method must return ParameterizedType: public abstract io.reactivex.Flowable com.example.demo.DemoWebsocketService.observeCustomInfo() #236

Open
PanPersonalProject opened this issue Jul 11, 2024 · 1 comment

Comments

@PanPersonalProject
Copy link

if isMinifyEnabled = true,app will crash :
java.lang.IllegalArgumentException: Receive method must return ParameterizedType: public abstract io.reactivex.Flowable com.example.demo.DemoWebsocketService.observeCustomInfo()

env:
gralde 8.7
agp8.5.0
jdk 17

source link:
https://github.com/PanPersonalProject/BaseAndroidFramework

@PanPersonalProject
Copy link
Author

i fit this problem,just keep rxjava
-keep class io.reactivex.** { *; }

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