I was getting the message
> Installation failed with message Failed to establish session.
so following some responses to the problem I
Put this line inside app/build.gradle:
app/build.gradle
defaultConfig { ... android:installLocation="auto" .... }