android instrumentation - TestSuiteInstrumentation in Xamarin : Exception of type 'Java.Lang.RuntimeException' was thrown -
i executing android unit tests on emulator using test instrumentation. have used testsuiteinstrumentation
class xamarin. getting below error:
error : java.lang.nullpointerexception: attempt invoke virtual method 'android.content.res.resources android.content.context.getresources()' on null object reference
can me resolve this.?
Comments
Post a Comment