Detox icon indicating copy to clipboard operation
Detox copied to clipboard

android:exported needs to be explicitly specified

Open Anahita-Fakhravar opened this issue 1 year ago • 2 comments

What happened?

On iOS everything works fine. When I build the app on Android I get the following errors under processDevelopmentDebugAndroidTestManifest: task:

android:exported needs to be explicitly specified for element <activity#androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity>. 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.

android:exported needs to be explicitly specified for element <activity#androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity>. 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.

android:exported needs to be explicitly specified for element <activity#androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity>. 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.

What was the expected behaviour?

Android app building should be done successfully.

Was it tested on latest Detox?

  • [X] I have tested this issue on the latest Detox release and it still reproduces.

Did your test throw out a timeout?

Help us reproduce this issue!

Setup last version of Detox on a react native project. You will see the android build will fail.

In what environment did this happen?

Detox version: 20.25.1 React Native version: 0.73.6 Has Fabric (React Native's new rendering system) enabled: yes Node version: 18.14.1 Device model: All Android emulators like Galaxy Nexus, Pixel Fold
Android version: 10, 12, 13 (Probably on all versions, I tried these 10,12 and 13) Test-runner (select one): jest

Detox logs

Detox logs
paste logs here!

Device logs

Device logs
paste your device.log here!

More data, please!

No response

Anahita-Fakhravar avatar Jul 26 '24 10:07 Anahita-Fakhravar

@Anahita-Fakhravar similar issue i am facing with my test detox build --configuration android.emu.debug didi you find any solution as this is working great with ios

/android/app/build/intermediates/tmp/manifest/androidTest/debug/tempFile1ProcessTestManifest4188112041772864358.xml Error: android:exported needs to be explicitly specified for element <activity#androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for android:exportedwhen the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details. /Users/sagar/Desktop/Projects/CalculatorApp-Mobile/android/app/build/intermediates/tmp/manifest/androidTest/debug/tempFile1ProcessTestManifest4188112041772864358.xml

sagarhudge-eaton avatar Aug 07 '24 06:08 sagarhudge-eaton

Same issue

AlexLvovsky avatar Sep 30 '24 12:09 AlexLvovsky

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.

Thank you for your contributions!

For more information on bots in this repository, read this discussion.

stale[bot] avatar Jan 22 '25 00:01 stale[bot]

The issue has been closed for inactivity.

stale[bot] avatar Feb 01 '25 01:02 stale[bot]

this seems to be a reccurring issue with no real solution =/

daniel112 avatar Jun 06 '25 19:06 daniel112