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
androidTestImplementation 'androidx.test:rules:1.4.0' // current version
It appears
It seems ActivityTestRule is deprecated in current version.
Android official reference suggests to use ActivityScenario or ActivityScenarioRule instead.
It has no problem at all in code !
I shared it because just it would be helpful :)
Here is the reference. https://developer.android.com/reference/androidx/test/rule/ActivityTestRule