Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace apk-tool.jar with its library #32

Open
theapache64 opened this issue Mar 7, 2021 · 1 comment
Open

Replace apk-tool.jar with its library #32

theapache64 opened this issue Mar 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@theapache64
Copy link
Owner

theapache64 commented Mar 7, 2021

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

@theapache64 theapache64 added the enhancement New feature or request label Mar 7, 2021
@theapache64
Copy link
Owner Author

Update: iBotPeaches/Apktool#2529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant