https://stackoverflow.com/questions/15014519/apk-installation-failed-install-failed-verification-fai

Stack Overflow
I'm trying to install an APK on a device running an AOSP build of Jelly Bean (4.2).

When I "adb install my.apk", I get the error:

[INSTALL_FAILED_VERIFICATION_FAILURE]

I've tried using "testsign...
Was this page helpful?