-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NavigationCodelab] Tests won't run due to Manifest Merger Fail #214
Comments
For anyone else running into this issue, I was able to resolve it by adding I found this solution on StackOverflow in this comment. Essentially, Android 12 introduced the requirement to specify the android:exported value on all activities when you have an intent-filter defined. This is causing issues right now because some libraries haven't updated to handle this change properly. |
Problem : Compilation fails when trying to run RallyNavHostTest
Reproduction Steps : Checkout
origin/end
. Sync gradle, rebuild and try to run Rally NavHost Test.Output :
Further Details : There is no androidTest/AndroidManifest.xml
The text was updated successfully, but these errors were encountered: