android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
16.64k stars 3.01k forks source link

[Bug]: The app uninstalled after instrumented tests #1530

Open Jaehwa-Noh opened 3 months ago

Jaehwa-Noh commented 3 months ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

What happened?

  1. Install app with demoDebug build variant on local device.
  2. Run instrumented test on local device.
  3. The demoDebug installed app was uninstalled after the instrumented test done.

Relevant logcat output

No response

Code of Conduct