The whole android jar contains pretty much only stubbed classes with
exception throwing method stubs.

If you want to run test you have to either use instrumentation tests
(basically an app that runs in the emulator that remote controls you app
or activities and tests it). If you want to run pure unit tests you  have
to restrict yourself to classes outside the android packages.

The Maven android plugin can run both and has examples projects for the
setup.

manfred

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to