1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Java11,267 stars (11,267 stars)1,839 forks (1,839 forks)batch import
help wanted
Description
在执行apkChecker时,unzip任务输出的文件大小是压缩后的,而filesize任务中输出的文件大小是未经压缩的,请问这里为什么要这样设计呢?是否输出未压缩的大小可以进行配置吗?
Contributor guide
- Tech stack
- javaandroid
- Domain
- tooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- basic understanding of APK structure
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue asks why the unzip task reports compressed file size while the filesize task reports uncompressed size, and whether an option to output uncompressed size for unzip is configurable. To answer, examine the source code for the unzip and filesize tasks in the ApkChecker module, likely in the matrix apk canary package. Look for existing configuration flags or comments explaining the design. Consider proposing a configuration option or documenting the rationale.