pilgun / acvtool

ACVTool (Android Code Coverage Tool) is a tool to measure fine-grained code coverage of 3rd-party Android apps.
Apache License 2.0
101 stars 30 forks source link

Error when path to APK contains space #21

Closed SoulXHades closed 3 years ago

SoulXHades commented 3 years ago

image

pilgun commented 3 years ago

Hi @SoulXHades

space character in your path might be an issue at this step

SoulXHades commented 3 years ago

image

pilgun commented 3 years ago

Could you repackage this apk using just apktool (decompile and assemble again) first?