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

Popular posts from this blog

PHP while loop dynamic rowspan -

javascript - image slideshow using canvas HTML5 -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -