Runtime exception while creating Bundle in JUnit test

I am testing Java code that uses the android Bundle and I get a runtime exception when I create the Bundle in a unit test. The error I am getting is java.lang.runtimeException on android.os. Thanks when I create the Bundle. It works with android SDK in launch config. Has anyone encountered this problem before? Thanks!

+2


a source to share





All Articles