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.
Window下Ribbit MQ安装
2.
Linux下Redis安装及集群搭建
3.
shiny搭建网站填坑战略
4.
Mysql8.0.22安装与配置详细教程
5.
Hadoop安装及配置
6.
Python爬虫初学笔记
7.
部署LVS-Keepalived高可用集群
8.
keepalived+mysql高可用集群
9.
jenkins 公钥配置
10.
HA实用详解
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
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'
>>更多相关文章<<