Skip to main content

Posts

Showing posts from August, 2022

Manifest Merger Failed Apps Targeting Android 12

Hello Everyone ! Hope you are doing well .Recently Google Play Store accepting new apps only with target SDK API level 31 . As per Google Policy : "New apps must target Android 12 (API level 31) or higher; except for Wear OS apps, which must target Android 11 (API level 30) or higher. Starting in November 2022, app updates must target API level 31 or above and adjust for behavioral changes in Android 12; except for Wear OS apps, which must target API level 30 or higher." Now come to the challenging part when you try to upgrade your current API level to 31 you may face some issues like "Manifest Merger failed apps targeting Android 12". Now come to the solution part : Google recently introduce a new tag for every activity you created on your AndroidManifest.xml file which is "android:exported" what is android:exported ? In simple words android:exported is nothing but a tag introduce for security purpose in Android 12 and latest smartphones.you have to pass