Hi,

I try to include emma.jar in my Android Testapplication and add <uses-
library android:name="emma" /> to the .manifest file.

I run
./adb shell am instrument -e coverage true -e coverageFile /sdcard//
myFile.ec -e class <name testClass> -w <package name>/
android.test.InstrumentationTestRunner

It executed the test generate an .ec file. I pull it from the SDK to
my home folder, but it is impossible to read it.

How can i read it?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to