theapache64 / theapache64/stackzy
Replace apk-tool.jar with its library
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we're using java -jar to run apk-tool.jar for decompiling the APK. This put a dependency on JDK. If we can create a library version of apk-tool, we can easily remove the dependency.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced Apktool Main.java entry point and inspect how Stackzy currently invokes apk-tool.jar for APK decompilation. Determine the library integration needed to remove the JDK dependency; done means the existing decompilation flow works without invoking java -jar or requiring a JDK.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java, kotlin
- Domain
- desktop, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100