Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - Install failed. Installation failed <a href='rerun'>Rerun</a>

I am unable to run my android project on any android device.

I am getting error on android studio. My project is building and compiling without any error.

Attaching screenshot

like image 994
Fatima Siddique Avatar asked May 15 '19 07:05

Fatima Siddique


2 Answers

Sometimes, the actual error message shows up in IDE (internal) Fatal Errors, accessible at the bottom right of the Android Studio IDE (should be a red circle with an exclamation mark within).

When it happened for me, I found out through Fatal Errors that my target device was out of space.

like image 182
derfshaya Avatar answered Nov 13 '22 02:11

derfshaya


  1. Close emulator.
  2. Wipe data in AVD Manager for a particular emulator.

Image

like image 12
Leonid Ivankin Avatar answered Nov 13 '22 01:11

Leonid Ivankin