We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request #16 from aktsk/fix/error-handling
42de585
Close #14, #15 Fix error handling&Update old actions
Fixed it with Close #14, Close #15 Fix error handling & Update old actions by tkmru · Pull Request #16 · aktsk/apkutil.
Sorry, something went wrong.
No branches or pull requests
With apksigner unavailable, it should return an error.
The text was updated successfully, but these errors were encountered: