android-test
android-test copied to clipboard
Lazy load InstrumentationResultPrinter.
Lazy load InstrumentationResultPrinter.
Currently AJUR initializes InstrumentationResultPrinter at construction time, which is before multidex is installed on APIs <21. This can cause ClassNotFound exceptions if InstrumentationResultPrinter is not in the main dex.