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
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
在跑项目的时候几次遇到这个错误,简单记录以下。
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 definedandroid/gradle.properties
一定要加 MobSDK.spEdition=FP
android/build.gradle
两个 repositories 增加
maven { url "https://mvn.mob.com/android" }
maven { url 'https://developer.huawei.com/repo/'}
android/app/build.gradle
The text was updated successfully, but these errors were encountered: