Skip to content
Advertisement

Tag: android-12

Android 12 – Fatal Exception: android.content.res.Resources$NotFoundException

I’m getting the below error on Android 12 devices. Any help is highly appreciated. Thanks in Advance. Answer This is an upstream bug on Android 12 + Samsung devices, Chromium team and Samsung are aware. Star this issue to follow along: https://bugs.chromium.org/p/chromium/issues/detail?id=1271617 Until then, add platform-specific / vendor-specific disable of WebView usage or your app will crash out-of-process (in the

android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify

After upgrading to android 12, the application is not compiling. It shows “Manifest merger failed with multiple errors, see logs” Error showing in Merged manifest: Merging Errors: Error: android:exported needs to be explicitly specified for . 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.

Advertisement