Questions tagged [apksigner]

A tool in the Android SDK Build Tools which allows you to create and confirm APK signatures

Documentation

67 questions
0
votes
2 answers

Android - tranistion from unsigned to signed apk distribution

TL;DR: How to install signed apk over unsigned version? I am developing an app, which has about 150 users. The app isn't on Google Play, I'm distributing it as an apk from my website. It has implemented mechanism for checking for updates. When…
dvpl
  • 1
0
votes
1 answer

Android - zipalign fails before apksigner

I'm currently in the process of upgrading from V1 signing (jarsigner) to V2 signing (apksigner). Jarsigner has been working for me no problem, however I'm running into issues with zipalign in my build.gradle before I can run apksigner. On command…
0
votes
2 answers

Trying to understand apksigner through command android

I am trying to generate an release apk through command. I have this below command which will sign the release apk. But I am not able to understand the commands in that. Can someone please elaborate it. Specially /.keystore/keystore.jks and…
sagar suri
  • 4,351
  • 12
  • 59
  • 122
0
votes
1 answer

Changing method of signing application on Android Studio

I have a key to sign my applications on format .dat. The only way that I have of sign my applications on right way is using apksigner.bat, the default method set on Android Studio don't work. There is a way to change the method of sign for use the…
Juliano Oliveira
  • 868
  • 1
  • 9
  • 29
0
votes
1 answer

What is the prerequisite for apksigner.bat or apksigner.jar

In the build-tools folder there is an apksigner.bat and a lib folder which contains apksigner.jar When I run any command by windows cmd, they both return nothing! apksigner verify --print-certs 1.apk Which one should I use to verify signature? What…
Hamid Z
  • 180
  • 1
  • 14
-1
votes
1 answer

How to reverse engineer an apk without changing its siging information

Suppose I have an an apk that I want to reverse engineer but there are some small problems regarding this. For instance if the application uses Google siging mechanism to signin into the app then I would not be able to signin after modifying the…
SickBoy
  • 56
  • 10
-3
votes
1 answer

Cannot install an already COMPILED & SIGNED Apk file

About the problem • APK is decompiled and recompiled using APK Easy Tool, it's basically a GUI version of Apktool plus some good stuff like sign or zipalign options. • This tool gives you 2 options, either Google's (apksigner) or bootstraponline…
1 2 3 4
5