Mentioned issues (10)
Links (16)
“ I suggest you take a look at Proguard rules that you can specify when running the tests - https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.ProductFlavor.html#com.android.build.gradle.internal.dsl.ProductFlavor:testProguardFile(java.lang.Object) . I've also updated the bug status, not to be confusing. ”
“ There is a work in progress to add the support for the legacy multidex test apks, but I am not sure when it might land - https://android-review.googlesource.com/#/c/276561/ . ”
“ Simply create a "CustomerTestRunner" and override "onCreate" to call "MultiDex.installInstrumentation(context, targetContext)". See this example: https://github.com/jaredsburrows/android-gif-example/blob/master/src/androidTest/kotlin/test/CustomTestRunner.kt#L12 . ”
“ LinkedIn: https://www.linkedin.com/in/jaredsburrows ”