android-clean-architecture-boilerplate icon indicating copy to clipboard operation
android-clean-architecture-boilerplate copied to clipboard

AndroidTest mobile-ui, java.lang.NoClassDefFoundError - Android KitKat

Open btwarog opened this issue 7 years ago • 0 comments
trafficstars

Hi,

Thank you for such interesting project sample.

There seems to be a problem with androidTest from mobile-ui module. It doesn't seem to work on KitKat version of OS.

java.lang.NoClassDefFoundError: org.buffer.android.boilerplate.ui.test.TestRunner$onCreate$1 at org.buffer.android.boilerplate.ui.test.TestRunner.onCreate(TestRunner.kt:14)

The missing class occurs to be RxJavaPlugin class.

btwarog avatar May 10 '18 11:05 btwarog