繁体   English   中英

错误:Android 12 中的 INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

[英]Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED in android 12

我尝试在 android 12 上安装我的应用程序,然后我显示了这个错误:

Failed parse during installPackageLI: /data/app/vmdl1552365075.tmp/base.apk (at Binary XML file line #227): com.dieam.reactnativepushnotification.modules.RNPushNotificationBootEventReceiver: Targeting S+ (version 31 and above) requires that an explicitvalue for android:exported be defined when intent filters are present'

那么,如何解决这个问题?

您需要在清单中为您的接收器添加android:exported 您可以阅读有关它的文档

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM