You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The missing class occurs to be RxJavaPlugin class.
The text was updated successfully, but these errors were encountered: