安卓报错:Manifest merger failed : android:exported needs to be explicitly specified for element
•
移动开发
解决安卓报错:Manifest merger failed : android:exported needs to be explicitly specified for element . 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.

将Manifest中有配置Intent-filter的Activity加上android:exported属性

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/2b3b566b08.html
