theapache64 / theapache64/stackzy

Replace apk-tool.jar with its library

Open
#32 1 comment 1 reaction 0 assignees View on GitHub

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.

Ref :https://github.com/iBotPeaches/Apktool/blob/323935b9952b9ca1904083ff29e2b85fad01b5f4/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java#L113

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.