You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run all the steps successfully and the coverage report is also generated. But the problem is that the report contains coverage information only for Android API, I mean android.support.* packages, and it does not include any of the application packages.
(I have attached the report HTML file)
Your help on this is highly appreciated.
I found that the problem is that when my apk is decomplied, two smali folders are created: smali and smali_classes2. and the function instrument_apk in smiler.py uses only the first folder to build the instrumented apk, while my packages are in the second folder, so they are not instrumented.
Having found the problem, it's easy to solve it :-)
So, I close this issue.
Hi,
I run all the steps successfully and the coverage report is also generated. But the problem is that the report contains coverage information only for Android API, I mean android.support.* packages, and it does not include any of the application packages.
(I have attached the report HTML file)
Your help on this is highly appreciated.
Thanks,
Samad
index.zip
The text was updated successfully, but these errors were encountered: