umeng_analytics_push icon indicating copy to clipboard operation
umeng_analytics_push copied to clipboard

2.7.1更新完debug提示错误 io.github.zileyuan.umeng_analytics_push.SimpleMeizuPushReceiver

Open devkou opened this issue 3 years ago • 2 comments

作者你好,更新到2.7.1debug跑的时候提示这个错误 io.github.zileyuan.umeng_analytics_push.SimpleMeizuPushReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present

之前版本2.1.6的时候提示的那个清单文件合并的错误 友盟客服,说是最新版清单文件中不需要添加任何组件, ,友盟6.5.4不需要手动在清单文件中声明组件,sdk内部有自动声明

devkou avatar Aug 23 '22 09:08 devkou

改为30好了

devkou avatar Aug 23 '22 10:08 devkou

(14, 36): Type mismatch: inferred type is Looper? but Looper was expected

(38, 50): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Bundle?

你对接的,有这2个问题吗

devyueyue avatar Aug 24 '22 10:08 devyueyue