Apps targeting Android 12 and higher are required to specify an expli

用户5655866
2022-05-25 01:12 439 1

Merging Errors: Error: android:exported needs to be explicitly specified for element <service#cn.jpush.android.service.PluginOppoPushService>. 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. Project.app main manifest (this file), line 14 Error: android:exported needs to be explicitly specified for element <service#com.heytap.msp.push.service.CompatibleDataMessageCallbackService>. 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. Project.app main manifest (this file), line 21 Error: android:exported needs to be explicitly specified for element <service#com.heytap.msp.push.service.DataMessageCallbackService>. 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. Project.app main manifest (this file), line 28 Error: android:exported needs to be explicitly specified for element <receiver#com.huawei.hms.support.api.push.PushMsgReceiver>. 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. -Project.app main manifest (this file), line 23 Error: android:exported needs to be explicitly specified for element <receiver#com.huawei.hms.support.api.push.PushReceiver>. 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. -Project.app main manifest (this file), line 34 Error: android:exported needs to be explicitly specified for element <receiver#cn.jpush.android.service.PluginVivoMessageReceiver>. 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.Project.app main manifest (this file), line 11

这里是全部报错信息,请问如何解决

1个回答

热门排序