What version of the SDK are you using? In Android 2.0 and later, if you create or update your test project with "android create test- project" or "android update test-project", then you get a "run-tests" target in your build.xml, which sends tests to STDOUT.
Or do you mean a specific coverage tool such as emma? On Jan 15, 2:38 am, Andreas Westin <[email protected]> wrote: > Hi, > > I've encountered a problem, when I run coverage with ant in my test > project from another directory the report disappears, e.g. "ant -f > some/dir/tests/build.xml coverage". This seems to be the cause that I > cannot get reports when building through hudson. > > Anyone got any ideas ? > > Cheers > Andreas
-- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

