Instant Run Message on AndroidStudio

1

I updated AndroidStudio for 2.2.2 and the SDK for API 25, in build.gladle put targetSdkVersion 25.

When I asked to run the application (physical device) the following message appeared:

What needs to be installed? Will it be installed in the IDE or device?

    
asked by anonymous 09.11.2016 / 13:35

1 answer

2

The message indicates that you have not installed the version of the emulator / device API you chose to run the application.

In case you chose an emulator / device with Android 5.1 (Lollipop), in order for InstantRun to install it, it is necessary that you install or have installed the API corresponding to that version in your computer, in this case < in> API Level 22.

If you choose Install and continue , the installation is done automatically.

    
09.11.2016 / 16:02