You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
按照 说明按照后 yarn android 报错
android/app/src/debug/AndroidManifest.xml:26:9-37:20 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.
react-native:"0.71.4"
gradle:"7.5.1"
react-native-getui:"1.1.44"
android/app/src/debug/AndroidManifest.xml application配置如下:
按照 说明按照后 yarn android 报错
android/app/src/debug/AndroidManifest.xml:26:9-37:20 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.不知道是不是 依赖的 com.huawei.hms 5.3.0.301 这个版本有错,希望提供修复的方式,谢谢
The text was updated successfully, but these errors were encountered: