Hi all,

Here are the steps how to create an emma instrumented APK in SDK!!!
(emma.jar is required !!!) You don't need to use android source tree
anymore.
- compile the source code
- instrument the code with emma
- generate android byte code
- create APK
- sign it

To run the test you have to create a new platform in the SDK (with
emma integrated), so do the following:
- from the source tree you have to create an emma integrated image.
(add emma.jar to init.rc and add the emma.jar path to the build/target/
product/core.mk)
- copy the android-1.5 platform to android-1.5-emma and overwrite the
imagas in the images folder.

Have fun!

Gabor
--~--~---------~--~----~------------~-------~--~----~
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