fsljfke
fsljfke

Reputation: 461

Using Instant Run results in "Session app: Error while Installing APKs"

I already tried:

Turning off Instant Run -> Clean Build -> Turning on Again -> Run as mentioned here.

But cannot get it to work. I want to use Instant Run and hence don't want to disable it. Please help me find out why this is happening.

Upvotes: 0

Views: 435

Answers (2)

Shreya
Shreya

Reputation: 311

See the image

  1. Click on Gradle (Right Side in Android Studio)
  2. Click Refresh
  3. Try Re-running the project.

Upvotes: 0

0xAliHn
0xAliHn

Reputation: 19240

Go to Run -> Edit configurations. And then make sure you have Instant App Provision enable in addition with Gradle-aware Make option like below screenshot.

enter image description here

If not then click + and select from the list options.

Upvotes: 0

Related Questions