Hi i need to do some coverage testing on android apk files. I do not have access to the source. Are there any such tools that will allow me to view the method calls in the apk file run-time? so that I can do some functional coverage analysis? I heard that some tool like emma does that for java jar files. so are there any ways for apk files? I want to run the apk in phone or simulator and watch the method calls/ or get the report of method calls.
So here is my goal, while running the app with apk, i want a coverage report of the methods called. Now if emma can work with apk that will be nice. cause i can convert apk to jar file. but i cannot run the jar just like the apk, so running emma on the jar will not help me i guess.