Questions tagged [activity-scenario]
2 questions
8
votes
0 answers
ActivityScenario.launch looking for some cached jar
I am running android instrumentation tests and I have the following code:
lateinit var scenario: ActivityScenario
@Before
fun before(){
scenario = ActivityScenario.launch(MainActivity::class.java)
}
The tests themselves, run…

Lena Bru
- 13,521
- 11
- 61
- 126
1
vote
1 answer
Android instrumented tests - Recreated Activity not picking up locale change, API <33
At least, it's not doing what I'd expect. Here's my situation --
I'm writing a feature to allow that allows users to make locale changes at runtime. Without any special handling, a locale change will automatically recreate Activities and use the…

aormsby
- 126
- 5