Dinesh Kumar
Results
1
comments of
Dinesh Kumar
> any solutions? Please try with `ActivityScenarioRule` instead of `ActivityTestRule` like below ``` @Rule public ActivityScenarioRule mActivityRule = new ActivityScenarioRule(LoginActivity.class); ```