acvtool icon indicating copy to clipboard operation
acvtool copied to clipboard

ACVTool (Android Code Coverage Tool) is a tool to measure fine-grained code coverage of 3rd-party Android apps.

Results 17 acvtool issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.1.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Hi, I have four .ec files by executing four tests on the same app, but the reported coverage from two of the .ec files is HIGHER than the coverage from...

Hi, I want to use acvtool for code coverage while testing my application via Appium. I started the tool with the command "acv start ". After that, I wanted to...

Is the fact that only first smali dir can be instrumented when my app have more than one dex file?

I am using a Windows OS. To instrument I used **acv instrument C:\Users\micha\AndroidStudioProjects\wifisetup\wifisetup\app\build\outputs\apk\debug\app-debug.apk** Then to install I has to use acv install C:\Users\micha\AndroidStudioProjects\wifisetup\wifisetup\app\build\outputs\apk\debug\app-debug.apk Then to start acv start nl.eventinfra.wifisetup I...

Hi, During report generation, I am getting the following crash with acv. ``` File "/home/priyanka/.local/bin/acv", line 11, in load_entry_point('acvtool', 'console_scripts', 'acv')() File "/home/priyanka/research/projects/androidtest/coverage/acvtool.py", line 217, in main run_actions(parser, args) File...

Hello! I am tried to instrument some apk`s, but all of them are failed with the same error. There is result of AIMP instrumentation, as example: ``` python2.7 acvtool.py instrument...

Enables the usage of environment variables in the config.json file, e.g., your config could look now as follows: ``` { "AAPT": "$ANDROID_HOME/build-tools/30.0.2/aapt", "ZIPALIGN": "$ANDROID_HOME/build-tools/30.0.2/zipalign", "ADB": "$ANDROID_HOME/platform-tools/adb", "APKSIGNER": "$ANDROID_HOME/build-tools/30.0.2/apksigner" } ```

Updates the apktool to version 2.8.1 (latest release).