JavaShuo
栏目
标签
(转)Subscriber class io.rong.imkit.j has no public methods called onEvent
时间 2021-01-16
原文
原文链接
原地址:https://blog.csdn.net/a865074284/article/details/66973217 使用eventbus时,在debug版本中,是没有问题的,但是release打包后,就出现了这个问题 257行是EventBus.getDefault().register(this); 解决办法:在打包的时候,混淆出问题了 需要加上 -keepclassmem
>>阅读原文<<
相关文章
1.
Android为TV端助力 EventBus出现has no public methods called onEvent的问题
2.
OOP in JS Public/Private Variables and Methods
3.
org.junit.runners.model.InvalidTestClassError: Invalid test class ‘‘: 1. No runnable methods
4.
AndroidStudio EventBus报错解决方法its super classes have no public methods with the @Subscribe
5.
java.lang.Exception: No runnable methods
6.
A WebView method was called on thread 'JavaBridge'. All WebView methods must be called
7.
Python class static methods
8.
Javascript Module pattern template. Shows a class with a constructor and public/private methods/prop
9.
Error: this declaration has no storage class or type specifier
10.
QT---error: 'class Ui::MyWidget' has no member named 'pushButton_3'
更多相关文章...
•
C# 类(Class)
-
C#教程
•
XSLT - 转换
-
XSLT 教程
•
RxJava操作符(二)Transforming Observables
•
RxJava操作符(六)Utility
相关标签/搜索
methods
subscriber
public
onevent
class
18.class
c++class
classimport
1.class
class&classloader
Spring教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
springboot在一个项目中启动多个核心启动类
2.
Spring Boot日志-3 ------>SLF4J与别的框架整合
3.
SpringMVC-Maven(一)
4.
idea全局设置
5.
将word选择题转换成Excel
6.
myeclipse工程中library 和 web-inf下lib的区别
7.
Java入门——第一个Hello Word
8.
在chrome安装vue devtools(以及安装过程中出现的错误)
9.
Jacob线上部署及多项目部署问题处理
10.
1.初识nginx
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Android为TV端助力 EventBus出现has no public methods called onEvent的问题
2.
OOP in JS Public/Private Variables and Methods
3.
org.junit.runners.model.InvalidTestClassError: Invalid test class ‘‘: 1. No runnable methods
4.
AndroidStudio EventBus报错解决方法its super classes have no public methods with the @Subscribe
5.
java.lang.Exception: No runnable methods
6.
A WebView method was called on thread 'JavaBridge'. All WebView methods must be called
7.
Python class static methods
8.
Javascript Module pattern template. Shows a class with a constructor and public/private methods/prop
9.
Error: this declaration has no storage class or type specifier
10.
QT---error: 'class Ui::MyWidget' has no member named 'pushButton_3'
>>更多相关文章<<