jpush-api-java-client icon indicating copy to clipboard operation
jpush-api-java-client copied to clipboard

设置InappMessage就会出错,发送失败

Open eric7166 opened this issue 3 years ago • 0 comments

.setInappMessage(InappMessage.newBuilder() .setInappMessage(inApp) .build()) 错误内容: nested exception is java.lang.NoClassDefFoundError: cn/jpush/api/push/model/InappMessage 不知道什么原因,不设置应用内消息就是正常的,希望解决

eric7166 avatar Feb 13 '22 03:02 eric7166