Android Release模式下无法运行一例解决方法
报错
···
FATAL EXCEPTION: main
Process: com.tools.xxxxx, PID: 10746
androidx.fragment.app.u: Subscriber class com.tools.xxxxx.ui.HomePageFragment and its super classes have no public methods with the @Subscribe annotation
at j4.d.i(Unknown Source:371)
···
由于我使用了EventBus,d打开proguard-rules.pro文件,添加内容
-keepattributes Annotation
-keepclassmembers class ** {
@org.greenrobot.eventbus.Subscribe
}
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
正常。
本博客是个人工作中记录,更深层次的问题可以提供有偿技术支持。
另外建了几个QQ技术群:
2、全栈技术群:616945527
2、硬件嵌入式开发: 75764412
3、Go语言交流群:9924600
闲置域名WWW.EXAI.CN (超级人工智能)出售。
另外建了几个QQ技术群:
2、全栈技术群:616945527
2、硬件嵌入式开发: 75764412
3、Go语言交流群:9924600
闲置域名WWW.EXAI.CN (超级人工智能)出售。