新建项目运行出现以下异常 Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value fo
新建项目运行出现以下异常
Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
按照提示要去AndroidManifest.xml文件中给activity添加android:exported属性:
运行之后发现问题已经解决
原因就是:android12以上manifest里所有activity都要加上android:exported描述
但是不想添加一个就添加这个属性,于是我把编译版本降低到30了,"一次性"解决:
1,File —> Project Structure,把原本31的版本都改成30,如果有其他的modules也一并都改了
2,进入app的build.gradle中修改targetSdkVersion(如果有其他modules也一并修改)
重新编译直接运行就可以
来源地址:https://blog.csdn.net/lplj717/article/details/124819950
--结束END--
本文标题: Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit v
本文链接: https://lsjlt.com/news/414480.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-21
2023-10-28
2023-10-28
2023-10-27
2023-10-27
2023-10-27
2023-10-27
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0