0

I would like to know how to verify an apk signature (and installer) from a shell command prompt. Thanks

Surya Prakash Kushawah
  • 3,185
  • 1
  • 22
  • 42
Kyle44
  • 1
  • 2
  • Possible duplicate of [How do I verify that an Android apk is signed with a release certificate?](http://stackoverflow.com/questions/7104624/how-do-i-verify-that-an-android-apk-is-signed-with-a-release-certificate) – Ruslan Osmanov Nov 28 '16 at 12:21

1 Answers1

0

Based on the Android documentation, to verify your apk from the shell apksigner verify my-app.apk

Sign Your App Manually

Dimitri
  • 8,122
  • 19
  • 71
  • 128