umeng_analytics_push
umeng_analytics_push copied to clipboard
2.7.1更新完debug提示错误 io.github.zileyuan.umeng_analytics_push.SimpleMeizuPushReceiver
作者你好,更新到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内部有自动声明
改为30好了
(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个问题吗