zileyuan / umeng_analytics_push

Umeng Analytics&Push Flutter Plugins
MIT License
30 stars 21 forks source link

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

Open devkou opened 2 years ago

devkou commented 2 years ago

作者你好,更新到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内部有自动声明

<service android:name="com.umeng.message.UmengIntentService" android:exported="true" android:process=":channel">

    </service>
devkou commented 2 years ago

改为30好了

devyueyue commented 2 years ago

(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个问题吗