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

Spring Boot + JPA + Hibernate: Unable to locate persister -

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

c - double free or corruption (fasttop) -