codelab-android-hilt
codelab-android-hilt copied to clipboard
ActivityNotFoundException when running AppTest#happyPath
Hi, This is Lion.M.
I met an exception, ActivityNotFoundException when running AppTest#happyPath while following CodeLab.
And I found a github issue related it.
According to the link above, this issue occurs when running tests with ActivityScenario on Android 13 device with the targetSdk 33,
and it seems to have been resolved in androidx.test:core-ktx:1.5.0-alpha02.
I updated the test dependency version and the test code worked well actually.
Could you update androidx.test version in this project?
Thanks.