How to solve “INSTALL_PARSE_FAILED_NO_CERTIFICATES” error in Android Studio?

Please Share On:

You are developing an android app in android studio and suddenly you received the following error “INSTALL_PARSE_FAILED_NO_CERTIFICATES” error while trying to run your app.

It could be several reasons you are getting this error, but one obvious error might be your signature verification.

In your latest Android Studio, you need to select both V1 and V2 to generate a signed apk. The V1 signs just the JAR but V2 signs the entire apk.

Now, follow the following steps to genetare signed apk using V1 and V2 schemes:

  • Select Build -> Generate Signed Bundle/APK.
  • Select Android APK Bundle or APK and click next.


  • A new pop up window will opens where you store your signed key and fill all required fields that shown in the below image.
  • In the next step, select both V1 and V2 and click finish. You choose the build version according to your project, either debug or release.

That’s it. Now run your project. I hope the above process has solved your error.



You may interest on the following topics:

Leave a Reply

Your email address will not be published. Required fields are marked *

Copyright @2023. All Right Reserved.


Social media & sharing icons powered by UltimatelySocial