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

Even when apksigner is not available, apkutill all is executed until the end #15

Closed
tkmru opened this issue Dec 9, 2024 · 1 comment

Comments

@tkmru
Copy link
Contributor

tkmru commented Dec 9, 2024

With apksigner unavailable, it should return an error.

$ apkutil all sample.apk 
Decoding APK by Apktool...
...
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk into: sample.patched.apk

Aligning APK by zipalign...
zipalign not found.
Please install Android SDK Build Tools.
Signing APK by apksigner...
apksigner not found.
Please install Android SDK Build Tools.
Output: sample.patched.apk
tkmru added a commit that referenced this issue Dec 11, 2024
Close #14, #15 Fix error handling&Update old actions
@tkmru
Copy link
Contributor Author

tkmru commented Dec 11, 2024

@tkmru tkmru closed this as completed Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant