theapache64

Results 134 comments of theapache64

Okay. I've removed `mockito-inline` and replaced it with `dexmaker-mockito-inline` ```groovy androidTestImplementation 'org.mockito:mockito-core:3.3.3' androidTestImplementation 'org.mockito:mockito-android:3.3.3' androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito-inline:2.25.1' ``` Then am getting the same error ``` More than one file was found...

Okay. ```groovy androidTestImplementation 'org.mockito:mockito-core:3.3.3' androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito-inline:2.25.1' ``` Now am getting another error ``` java.lang.NullPointerException: Attempt to invoke interface method 'boolean org.mockito.plugins.MockMaker$TypeMockability.mockable()' on a null object reference at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:23) at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:241)...

@marlonlom This is still an open issue.