TL;DR If you’re targeting Android 12, you need to set android:exported on each activity, service, and receiver on your AndroidManifest.xml file. This recently happened to me while updating one of my apps to Android 12 (API 31). As I’d incremented the SDK version and hit build, the process failed with the…