objection icon indicating copy to clipboard operation
objection copied to clipboard

Support for apktool d --only-main-classes

Open AltayAkkus opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Some apps can't be properly build into an APK when they are not decoded with apktool d --only-main-classes, see https://github.com/iBotPeaches/Apktool/issues/2784

Describe the solution you'd like Add an option to use --only-main-classes when decoding

Describe alternatives you've considered Changing the source manually.

Additional context https://github.com/ax/apk.sh/issues/30

AltayAkkus avatar Jan 23 '24 00:01 AltayAkkus