How to fixed ‘Installation did not succeed’ in android

The application could not be installed: INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES

Installation failed due to: ‘null’

Session ‘app’: Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES Retry

When these errors are come?

This error shows when you run your app on your android device.

Your android also Gradle build successfully but the app is not running.

It means Gradle build successful but no apk install on android device.

You try again but the same error appears again and again.


How to solve this type of Android Studio error?

This is a common error in android studio but more logical to solve.

To solve this type of error, there are different methods.

First of you see an error in the popup box. What error exactly.

Here, given different methods to resolve this type of error.


Method 1:

First of go to the device emulator as shown below image.

Installation did not solve

Click on “Trouble device connection”.

Rescan your device.

Rescan devices android studio

Click on “Next”

Restart the ADB(Android Debug Bridge)

Just click on “Restart ADB server“

And click on “finish”

Restart ADB server android studio

If any issues are not found after that all are ok then try the second method.


Method 2:

Click on the “Build” option in the android top row of the menu.

Click on “Rebuild Project”.

Rebuild project android studio

Wait some time.

After completing “Build Project”, run your application.

If the again same error appears.

installation did not success in android

Try another method


Method 3:

Again go to the “Build” option in the top row of the menu.

Click on “Clean Project”

Clean project android studio

Wait until finish Gradle Build. After, Run your application.

If the same issue again displays then try another method.


Method 4:

Click on “file” given in ‘top left corner.

Click on “invalidate the cache and Restart…”

Now, a popup new window appears.

Click on “just Restart”

Invalidate caches/restart android

Now, run your application.

If this does not work try another method


Method 5:

Go to “file” top left corner.

Click on “settings”(shortcut Ctrl+Alt+S for windows)

file -> settings ->proxy settings android

A new popup window is displayed.

Click on “Appearance & Behavior -> System settings -> HTTP Proxy”

Set “Auto-detect proxy settings.

Click on “ok”

auto proxy android studio

Run your application

If the same issue is found try another method.


Method 6:

Again go to the “file” menu in the top left corner of android studio.

Click on “Invalidate Cache/Restart…”

Invalidate caches/Restart

A new window appears.

Click on “Invalidate and Restart”

invalidate and restart android

After, restarting android studio run your application.

Again same error fetches, try this method.


Method 7:

Still does not resolve the error try this method.

Again Click on “file”.

Click on “Close Project”.

Close project android

“Start a new android studio project”

Select “template”.

After then, click on “Next”.

Type your project “Name”.

The name must be unique mean not uses in the previous project.

After then, fill up all the regular information.

Click on “finish”

It takes time to “Gradle Build”.

After, Run your project.

install successfully android

“Successfully run”


How did you solve this issue?

If you don’t understand How did you resolve this issue.

In this error, the issue is your Application.

Same name application “is not able to override”.

Just rename your project and run maybe it works.

Otherwise, uninstall the same name package name on your device.

And restart android studio.

  •  Watch on YouTube video

Leave a Reply