Application Installation Failed in Android Studio

Kapil Rajput picture Kapil Rajput · Mar 9, 2017 · Viewed 183.2k times · Source

Yesterday my app was running perfect from Android Studio but today when I started working on my app and running it i am getting error message continuously

Installation failed with message Failed to establish session.

Screen :

enter image description here

On click OK getting error message

Session 'app':Error Installing APKs

And App is not exist(already Uninstalled) in device. Please suggest me what to do ?

Answer

Kapil Rajput picture Kapil Rajput · Mar 9, 2017

Again in this issue also I found Instant Run buggy. When I disable the Instant run and run the app again App starts successfully installing in the Device without showing any error Window. I hope google will sort out these Issues with Instant run soon.

Steps to disable Instant Run from Android Studio:

File > Settings > Build,Execution,Deployment > Instant Run > Un-check (Enable Instant Run to hot swap code)