Jarsigner is not recognized internal or external command

后端 未结 4 1354
野的像风
野的像风 2021-02-12 18:41

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_         


        
4条回答
  •  情话喂你
    2021-02-12 19:08

    If the above step does not work, copy the unsigned-release-apk.apk file and keystore file in C:\Program Files\java\jdk_version\bin\ and run cmd as an administrator and navigate to C:\Program Files\java\jdk_version\bin\

    Now your jarsigner will work successfully.

提交回复
热议问题