EclEmma won't work, it requires your application to run in a Java JVM on your local machine. I've gotten EMMA to work in Android, it's indeed very hackish (required checking out the entire source for the Android project and adapting the tools provided for testing Android's built in applications). I'd also love a way to kick off a coverage session from Eclipse.
On Jul 26, 7:14 am, Joseph Earl <[email protected]> wrote: > Would EclEmma do? Code coverage tool for Eclipse based on > EMMA:http://www.eclemma.org/ > > On Jun 24, 12:52 am, sirvalerius <[email protected]> wrote: > > > > > hi guys i'm tryng to do some testing in my android application, > > > I've set-up my project in eclipse and I can successfully run my code. > > I've alredy written some JUnit test cases, now I'm tryng to generate a > > code coverage report. However it seems that there are different ways > > to accomplish this and the documantation is not very clear. > > > Can someone tell me what's the best solution considering that I've all > > my code in eclipse? > > What steps do I need to take to get the reports. > > > (I've seen some posts about EMMA but the whole thing seems hackish and > > I'm not sure how it works when with eclipse, i.e. when the project is > > rebuilt). > > > Thank you in advice, -- 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

