-
When running the instrumented tests I get the following error:
`Test framework quit unexpectedly`
Steps to repro:
- Switch to `dev-hilt` branch, load project in AS
- Right click on the `an…
-
This is a follow-up of closed #472
After further investigation it seems that closing reason is incorrect and root cause is also in this repo, not Android junit5.
Relevant posts in #472 thread:
h…
-
A.S. 4.1 Gradle 6.3 Android 10
Also why is this:
```
defaultConfig {
applicationId "com.example.android.architecture.blueprints.reactive"
}
```
This causes the framwork to crash. It shou…
-
There are some instances in the code in which we rely on `doOnNext`, `doOnSuccess` and other RX side effect operators.
In general, we should either avoid side effects entirely or ensure their usag…
-
**Describe the problem**
A clear and concise description of what the problem is.
when i given viewmodel and add a task then run,get error
```
java.lang.IllegalStateException: Cannot invoke setValu…
-
# Feature Request
## Motivation Behind Feature
Google recommends using the new Android App Bundle format for apps uploaded to Google Play. When you upload an APK a warning is displayed which encou…
-
I want to inject Koin in this project https://github.com/android/architecture-samples/tree/usecasesrename/app/src/main/java/com/example/android/architecture/blueprints/todoapp. They have a RealReposit…
-
In step 4, the below is mentioned :
> Change the code in App.cs to reference the new TodoApp component instead of HelloWorld:
> `host.AddComponent(parent: this);`
I think it is better to state e…
-
### Description
The following exception is thrown:
```
java.lang.NoSuchMethodError: No virtual method shouldWaitForActivitiesToComplete()Z in class Landroidx/test/runner/AndroidJUnitRunner; or …
-
tested on com.linkedin.dexmaker:dexmaker-mockito:2.12.1
when I try to mock in AndroidTest
the below error occurs.
and It's working fine on on "org.mockito:mockito-core:2.8.9"
and checked the…