darkmoon_uk
12/08/2021, 4:10 AM/redactedProjectPath/build/intermediates/tmp/manifest/test/debug/tempFile1ProcessTestManifest581782015275268609.xml Error:
android:exported needs to be explicitly specified for <activity>. 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. See <https://developer.android.com/guide/topics/manifest/activity-element#exported> for details.
...without logging the name of the activity that caused the clash 😡. I mean really, help a dev out.
I've lost over a day trying to track this down. Yes I know about the new rules to add explicit exported
attributes, and overriding it for dependencies that don't have it.
But there's something, something that's failing in the Unit Test manifest, but I can't see it in the merged manifests in the IDE or build
folder. The XML's listed above are ephemeral temp files and get removed before Gradle quits, so I can't see them. Any ideas?Mustafa Ozhan
12/08/2021, 8:12 AM