Instant Run message on Androidstudio

Asked

Viewed 73 times

1

I upgraded Androidstudio to 2.2.2 and the SDK to API 25, in build.gladle put targetSdkVersion 25.

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

inserir a descrição da imagem aqui

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

  • Click install and continue and install all the SDK needed for your Androidstudio to work. I suggest you check the link : https://developer.android.com/studio/install.html?hl=pt-br

1 answer

2


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

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

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.