[Android Studio] 解決Manifest merger failed with multiple errors, see logs

 當build.gradle(:app)裡的targetSdkVersion從30 -> 31時


會出現

Manifest merger failed with multiple errors, see logs


解決方案是 可以直接降版在30,然後compileSdkVersion 31就可以了


但因ANDROID 12問世的關係,在上架的時候會有警告說SDK版本並沒有升級至30


但還是可以上架,在影響上應該只有不能對此APP做最佳化。(個人手機android 12的還是可以正常安裝與使用)


解決方案:

在AndroidManifest.xml裡有用到intent-filter下的ACTIVITY加入

android:exported="true"

基本上就解決囉


參考 Reference:

https://blog.csdn.net/adojayfan/article/details/123243312

留言

熱門文章