Runtime exception when creating Bundle in JUnit test

Posted by Shane Fulmer on Stack Overflow See other posts from Stack Overflow or by Shane Fulmer
Published on 2010-05-02T23:01:01Z Indexed on 2010/05/02 23:08 UTC
Read the original article Hit count: 209

Filed under:
|
|

I'm testing some Java code that uses an android Bundle, and am getting a runtime exception whenever I create a Bundle in the unit test. The error I'm getting is java.lang.runtimeException at android.os.Bundle when I create the Bundle. It is running with the android SDK in the run configuration. Has anyone run into this problem before? Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about java