You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, This is Lion.M.
I met an exception,
ActivityNotFoundException
when runningAppTest#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.
The text was updated successfully, but these errors were encountered: