Search code examples
androidandroid-studioapkgenymotion

Genymotion: Installation failed with message INSTALL_FAILED_VERIFICATION_FAILURE.


I am running my app on Genymotion emulator, but from past 2-3 days it is showing Installation failed with message INSTALL_FAILED_VERIFICATION_FAILURE. It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing. error.

I don't know what is problem. Thanks


Solution

  • Here is an explanation of the problem from the Genymotion team and how to solve it quickly.

    One of the steps of the Android application installation is the application verification. This step is a security feature that prevents applications including malware to be installed. This step is only activated when Google Play Services are installed.

    For safe apps, the application should be installed without any problem. However, since the latest version of Google Play Services, the verifier rejects all application installation, even safe ones.

    We are actively working on a solution for this problem. In the meantime, please use the following workaround to disable the verification:

    • If not already done, enable the developer settings by clicking several times on Build number in the About phone section of Settings
    • Go to the developer settings
    • If not already done, enable USB debugging
    • Disable verify apps over USB
    • Try again to install your application