Hi, I created a Sample Application in <AND_SOURCE>/development/sample/ and a test application (like "tests/" inside Sample App dir).
I compiled the application using "mmm", as below #mmm /development/sample/Sample It compiled successfully and created intermediates at desired location "/out/target/common/obj/APPS/Sample_Intermediates/". But I am not able to find the coverage.em file inside the same directory. I pushed the generated apks thru "adb sync" and I am able to run the instrumentation also successfully (using below command). # adb shell am instrument -w -e coverage true com.sample.tests/ android.test.InstrumentationTestRunner Which basically generated the "coverage.ec" file. How do I convert the coverage.ec file to readable format (like to .txt or to .html) ??? I don't have coverage.em file, and its not getting generated during compilation. Waiting for a positive response. Thanks in Advance. -- 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