java - Not able to launch Robotium tests from my android activity -
java - Not able to launch Robotium tests from my android activity -
i have 2 projects
one android test project android robotium tests run eclipse. able run using eclipse , adb shell
on command line.
i trying launch test project using android app(activity), below error when trying so
java.lang.runtimeexception: exception thrown in oncreate() of componentinfo{com.test.example/pl.polidea.instrumentation.polideainstrumentationtestrunner}: java.lang.nullpointerexception: effort invoke virtual method 'java.util.set android.os.bundle.keyset()' on null object reference
does know, doing wrong here?
java android android-studio robotium android-instrumentation
Comments
Post a Comment