apksigner returns back with nothing

Thinzy

as you can see from the title I am having difficulty getting apksigner to work. I have tried using the terminal in android studio and the command line however they both seem to return exactly the same; with nothing.

No matter what I type in I end up with the same result.

navylover

You could try this:

//Go to the location of `apksigner.bat` file    
C:\Users\Administrator>cd C:\Users\Administrator\AppData\Local\Android\Sdk\build-tools\28.0.3\

C:\Users\Administrator\AppData\Local\Android\Sdk\build-tools\28.0.3>apksigner --help

the apksigner.bat file may be in another folder which is different from the example.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related