Jarsigner is not recognized internal or external command

后端 未结 4 1856
谎友^
谎友^ 2021-02-12 18:25

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.

提交回复
热议问题