i'm trying to check if my signed release apk is really signed. But following some tutorials, or the single i've found .
$ jarsigner -verify -verbose -certs my_application.apk
I am receiving this message : "Jarsigner is not recognized internal external command".
Remembering that my apk is in the same folder of jarsigner.exe I dont know what to do.
Drag and drop the jarsigner.exe file into the command prompt window to fill in the path automatically.
The jarsigner tool is bundled with every Java JDK install, is found in the JDK's bin directory, and is likely accessibly directly through a command prompt or terminal window so long as the JDK's bin directory has been put on your operating system's PATH.
Solution: Add android jdk bin folder to your path in environment variables.
Instructions:
1- Right click on "This PC" > right-click Properties > Advanced system settings > Environment Variables > select PATH then EDIT.
2- Add your jdk bin folder path to environment variables, it should look like this:
"C:\Program Files\Java\jdk1.8.0_40\bin".
C:\Program Files\Java\jdk1.8.0_211\bin
*if this not work then
set PATH=C:\Program Files\Java\jdk1.8.0_211\bin
now the path is set now you can use the jarsigner
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With